Sha256: 389fd9b1f9bb8c09519c9433e4a9c35c00f7adbb5adcd86f8ec864e7de42065f
Contents?: true
Size: 1.62 KB
Versions: 1
Compression:
Stored size: 1.62 KB
Contents
os: - linux - osx # JRuby isn't working on the new default distribution dist: trusty language: ruby rvm: - 1.8.7 - 1.9.3 - 2.3.8 - 2.4.5 - 2.5.3 - 2.6.0 - jruby-9.1.7.0 gemfile: - testing/gemfiles/gherkin2.gemfile - testing/gemfiles/gherkin3.gemfile - testing/gemfiles/gherkin4.gemfile - testing/gemfiles/gherkin5.gemfile - testing/gemfiles/gherkin6.gemfile matrix: exclude: # gherkin 3.x does not work with Ruby 1.8.x - rvm: 1.8.7 gemfile: testing/gemfiles/gherkin3.gemfile # gherkin 4.x does not work with Ruby 1.8.x - rvm: 1.8.7 gemfile: testing/gemfiles/gherkin4.gemfile # gherkin 5.x does not work with Ruby 1.8.x - rvm: 1.8.7 gemfile: testing/gemfiles/gherkin5.gemfile # gherkin 6.x does not work with Ruby 1.8.x - rvm: 1.8.7 gemfile: testing/gemfiles/gherkin6.gemfile # gherkin 6.x does not work with Ruby 1.9.x - rvm: 1.9.3 gemfile: testing/gemfiles/gherkin6.gemfile # TODO: use once protobuf is updated # gherkin 6.x uses protobuf, which does not work with Ruby 2.6.x - rvm: 2.6.0 gemfile: testing/gemfiles/gherkin6.gemfile # TODO: turn this back on # gherkin 6.x relies on 'google-protobuf', which does not currently work on JRuby (https://github.com/protocolbuffers/protobuf/issues/1594) - rvm: jruby-9.1.7.0 gemfile: testing/gemfiles/gherkin6.gemfile # Travis does not provide 1.8.7 on OSX - rvm: 1.8.7 os: osx # Travis does not provide 1.9.3 on OSX - rvm: 1.9.3 os: osx before_install: - gem install bundler -v '< 2' script: bundle exec rake cuke_modeler:ci_build
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cuke_modeler-2.0.0 | .travis.yml |