Sha256: 0329794baa01804bfc3fb45309f08a37c8f15d09ab047cbe0c0a4863381034d5

Contents?: true

Size: 810 Bytes

Versions: 1

Compression:

Stored size: 810 Bytes

Contents

os:
  - linux
  - osx

language: ruby
rvm:
  - 1.8.7
  - 1.9.3
  - 2.0.0
  - 2.1.6
  - 2.2.2
  - 2.3.3
  - 2.4.0
  - jruby-9.1.7.0

gemfile:
  - testing/gemfiles/gherkin2.gemfile
  - testing/gemfiles/gherkin3.gemfile
  - testing/gemfiles/gherkin4.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
  # Travis does not provide 1.8.7 on OSX
  - rvm: 1.8.7
    os: osx

# 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_modeler:ci_build

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cuke_modeler-1.2.1 .travis.yml