Sha256: c06f8fda5be58921e76e5fc0412054e7b112c68f71e977c68db4875e72074bdb
Contents?: true
Size: 855 Bytes
Versions: 1
Compression:
Stored size: 855 Bytes
Contents
os: - linux - osx language: ruby rvm: - 1.8.7 - 1.9.3 - 2.3.3 - 2.4.0 - jruby-9.1.7.0 matrix: exclude: # Travis does not provide 1.8.7 on OSX - rvm: 1.8.7 os: osx # Rake 11.x does not support Ruby 1.8.7 - rvm: 1.8.7 gemfile: testing/gemfiles/rake11.gemfile # Rake 12.x does not support Ruby 1.8.7 - rvm: 1.8.7 gemfile: testing/gemfiles/rake12.gemfile gemfile: - testing/gemfiles/cuke_modeler0.gemfile - testing/gemfiles/cuke_modeler1.gemfile - testing/gemfiles/rake10.gemfile - testing/gemfiles/rake11.gemfile - testing/gemfiles/rake12.gemfile # todo - Remove this once TravisCI fixes their bundler issue (https://github.com/alphagov/govuk_template/pull/186) before_install: - gem install bundler -v 1.9.10 script: bundle exec rake cuke_cataloger:ci_build
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cuke_cataloger-1.4.1 | .travis.yml |