Sha256: b837ad48c3f6c5185510b826eb3f6d0cdffce73a679cb54943f20c6f1f4edd3d

Contents?: true

Size: 551 Bytes

Versions: 1

Compression:

Stored size: 551 Bytes

Contents

language: ruby
script: "script/test_all"
bundler_args: "--standalone --binstubs --without documentation"
before_install:
  - gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)
  - gem update bundler --conservative

# In order to install old Rubies, we need to use old Ubuntu distibution.
dist: trusty

rvm:
  - 1.8.7
  - 1.9.2
  - 1.9.3
  - 2.0.0
  - 2.1
  - 2.2.10
  - 2.3.8
  - 2.4.6
  - 2.5.5
  - 2.6.3
  - ree
  - jruby-19mode
  - jruby-18mode
env:
  - BRANCH=master
  - BRANCH=2-99-maintenance

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rspec-collection_matchers-1.2.0 .travis.yml