File: .travis.yml

package info (click to toggle)
ruby-slow-enumerator-tools 1.1.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 168 kB
  • sloc: ruby: 542; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: ruby
rvm:
  - "2.3"
  - "2.4"
branches:
  only:
    - "master"
env:
  global:
    -
      LC_ALL=en_US.UTF_8
      LANG=en_US.UTF_8
cache: bundler
sudo: false
git:
  depth: 10
script:
  - bundle exec rake