Sha256: 99811f7710a1a57f27d5fb5761ea30669abf50ad9f90d661d23a19fd8145d804

Contents?: true

Size: 345 Bytes

Versions: 1

Compression:

Stored size: 345 Bytes

Contents

language: ruby

sudo: false
cache: bundler

branches:
  only:
    - master

#
# Ignore JRuby until https://github.com/cucumber/cucumber/pull/486 is merged
#
matrix:
  allow_failures:
  - rvm: jruby
  - rvm: 2.6.0

rvm:
  - 2.3.6
  - 2.4.3
  - 2.5.3
  - 2.6.0
  - jruby

gemfile:
  - gemfiles/Gemfile-rspec-3.7.x
  - gemfiles/Gemfile-rspec-3.8.x

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
turnip-4.0.0 .travis.yml