Sha256: 9c5ea4daf6c126f312d43774edb3dfa6d7f41fb9b63e340c09f335e2f2ce9882

Contents?: true

Size: 1.76 KB

Versions: 1

Compression:

Stored size: 1.76 KB

Contents

sudo: false

matrix:
  include:
    - rvm: ruby-head
      os: linux
    - rvm: ruby-head
      os: osx
    - rvm: 2.4.1
      os: linux
      # TravisCI OSX doesn't work with Ruby 2.4.1 yet (https://github.com/travis-ci/travis-ci/issues/7848)
    - rvm: 2.4.0
      os: osx
    - rvm: 2.3.4
      os: linux
    - rvm: 2.3.4
      os: osx
    - rvm: 2.2
      os: linux
    - rvm: 2.2
      os: osx
    - rvm: 2.1
      os: linux
    - rvm: 2.1
      os: osx
    - rvm: jruby-9.1.12.0
      os: linux
      env:
        # Travis by default also have "-Dcext.enabled=false" set in
        # JRUBY_OPTS, but JRuby 9 does not support C extensions at all
        # so it issues warning that will mess up the sterr checks.
        - JRUBY_OPTS="--server -Xcompile.invokedynamic=false"
        # Somehow a "ASCII-8BIT to UTF-8 conversion error" appears for
        # JRuby 9
        - LC_ALL=en_US.UTF-8
        - LANG=en_US.UTF-8
        - LANGUAGE=en_US.UTF-8
    - rvm: jruby-9.1.12.0
      os: osx
      env:
        # Travis by default also have "-Dcext.enabled=false" set in
        # JRUBY_OPTS, but JRuby 9 does not support C extensions at all
        # so it issues warning that will mess up the sterr checks.
        - JRUBY_OPTS="--server -Xcompile.invokedynamic=false"
        # Somehow a "ASCII-8BIT to UTF-8 conversion error" appears for
        # JRuby 9
        - 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
    - v1.3.x-bugfix
    - expanded_ci

before_install:
  - gem update --system
  - gem update bundler

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cucumber-3.0.0.pre.2 .travis.yml