Skip to content

Commit

Permalink
Update travis ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
psyomn committed Jul 1, 2018
1 parent 742bce0 commit b018200
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@ language: ruby
notifications:
email: false

before_install:
- unset _JAVA_OPTIONS
# Temporary disable of jruby testing. There are problems on travis-ci
# currently with this. See:
#
# https://github.com/travis-ci/travis-ci/issues/9826
#
# before_install:
# - unset _JAVA_OPTIONS

matrix:
include:
- rvm: 2.1.10
- rvm: 2.2.7
- rvm: 2.3.4
- rmv: 2.4.1
- rvm: jruby-9.1.17.0
env: JRUBY_OPTS="--dev"
- rvm: 2.4.1
- rvm: 2.5.1
# - rvm: jruby-9.1.9.0
# env: JRUBY_OPTS="--dev"
# - rvm: jruby-9.2.0.0

0 comments on commit b018200

Please sign in to comment.