Sha256: e0ee0ebaea3b2ce664b1e3264e954af2813b9592b8e9e52d851db368bff7f204

Contents?: true

Size: 551 Bytes

Versions: 1

Compression:

Stored size: 551 Bytes

Contents

language: ruby
rvm:
  - "2.0.0"
  - "2.1" # latest 2.1.x
  - "2.2" # latest 2.2.x
  - "2.3.0"
  - "2.4.0"
  - "jruby-9.1.5.0"
  - "jruby-head"
script:
  bundle exec rake test
sudo: false

before_install:
  # get latest rubygems due to weird bugs
  - gem update --system
  # bundler installation needed for jruby-head
  # https://github.com/travis-ci/travis-ci/issues/5861
  - gem install bundler
  - unset _JAVA_OPTIONS

env:
  # avoid jruby unknown property jruby.cext.enabled
  # https://github.com/travis-ci/travis-ci/issues/6471
  - JRUBY_OPTS=''

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sixword-0.3.5 .travis.yml