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
  • Loading branch information
hainesr committed Dec 30, 2014
1 parent b0409a1 commit b9a5ba4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ rvm:
- 2.1.5
- 2.2.0
- ruby-head
- jruby-1.7.17-19mode
- rbx-2
jdk:
- oraclejdk7
- openjdk7
matrix:
include:
- rvm: jruby-19mode
jdk: oraclejdk7
- rvm: jruby-19mode
jdk: openjdk7
allow_failures:
- rvm: ruby-head
- rvm: rbx-2
Expand Down

0 comments on commit b9a5ba4

Please sign in to comment.