github.com/nycdavid/zeus@v0.0.0-20201208104106-9ba439429e03/.travis.yml (about)

     1  language: go
     2  go:
     3    - "1.7.x"
     4    - "1.8.x"
     5    - "1.9.x"
     6    - "1.10.x"
     7    - "1.11.x"
     8  os:
     9    - linux
    10    - osx
    11  env:
    12    - USE_RUBY=2.1.10
    13    - USE_RUBY=2.2.5
    14    - USE_RUBY=2.3.1
    15  
    16  # OS X builds are slow and heavily rate limited. Ruby should behave similarly
    17  # across platforms so we sacrifice testing multiple Ruby versions in favor of
    18  # faster build times.
    19  matrix:
    20    exclude:
    21      - os: osx
    22        env: USE_RUBY=2.1.10
    23      - os: osx
    24        env: USE_RUBY=2.2.5
    25  
    26  before_install:
    27    - rvm use $USE_RUBY --install --fuzzy
    28  script:
    29    - RAILS_ENV="" make