Sha256: fbeb4ddc87f8d54c038b8a064973a95907425843c5af71e21eb03e80f66c44e7
Contents?: true
Size: 1.55 KB
Versions: 1
Compression:
Stored size: 1.55 KB
Contents
os: - linux - osx 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-1.5.0 | .travis.yml |