Sha256: 2f8616ee3be987747ddccd724d38c5685af8a09207036ad67bb77b32088af8b6

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.1 .travis.yml