Sha256: fc43167fc9b8c956628c67a79a491de762b9b5d45a959cf68b382081b4ad5804
Contents?: true
Size: 657 Bytes
Versions: 2
Compression:
Stored size: 657 Bytes
Contents
language: ruby sudo: false cache: directories: - vendor/bundle script: "bundle exec rake" # Source: <https://docs.travis-ci.com/user/languages/ruby/#bundler-20> before_install: - gem update --system '2.7.8' --no-document - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true - gem install bundler -v '< 2' --no-document install: "bundle install --jobs=3 --retry=3 --path vendor/bundle" rvm: - 2.6.1 - 2.5.1 - 2.4.4 - 2.3.7 env: - TEST_FRAMEWORK=minitest - TEST_FRAMEWORK=test_unit gemfile: - gemfiles/rails_4_2.gemfile - gemfiles/rails_5_0.gemfile - gemfiles/rails_5_1.gemfile - gemfiles/rails_5_2.gemfile
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shoulda-context-2.0.0.rc2 | .travis.yml |
shoulda-context-2.0.0.rc1 | .travis.yml |