Sha256: 941b2bf59329190e58ef5d6682f122fe1b9c256ad8d54773ef4183747170d38a

Contents?: true

Size: 521 Bytes

Versions: 1

Compression:

Stored size: 521 Bytes

Contents

language: ruby
sudo: false

matrix:
  include:
    - rvm: ruby-head
    - rvm: 2.4.1
    - rvm: 2.3.4
    - rvm: 2.2
    - rvm: 2.1
    - rvm: 2.0.0
    - rvm: jruby-9.1.13.0
      env:
        - JRUBY_OPTS="--debug"
        - LC_ALL=en_US.UTF-8
        - LANG=en_US.UTF-8
        - LANGUAGE=en_US.UTF-8        
  allow_failures:
    - rvm: ruby-head
  fast_finish: true

# whitelist
branches:
  only:
    - master

notifications:
  webhooks:
    urls: # gitter
      - https://webhooks.gitter.im/e/dc010332f9d40fcc21c4

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cucumber-core-3.0.0 .travis.yml