Skip to content

Commit

Permalink
Workaround for Travis/RVM JRuby issue.
Browse files Browse the repository at this point in the history
Specify a version for JRuby as per:
travis-ci/travis-ci#3067

Using version 1.7.18 would require uninstalling and reinstalling JRuby (see
thread above) which would be done for every entry in the build matrix, even the
non-JRuby ones. So use 1.7.17 for now.
  • Loading branch information
hainesr committed Dec 30, 2014
1 parent b0409a1 commit 82548df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ rvm:
- rbx-2
matrix:
include:
- rvm: jruby-19mode
- rvm: jruby-1.7.17-19mode
jdk: oraclejdk7
- rvm: jruby-19mode
- rvm: jruby-1.7.17-19mode
jdk: openjdk7
allow_failures:
- rvm: ruby-head
Expand Down

0 comments on commit 82548df

Please sign in to comment.