Skip to content

Commit

Permalink
Update to JRuby 9K
Browse files Browse the repository at this point in the history
Even though JRuby 9K on Travis still apparently points to pre1 we are updating so that when it finally points to stable release we can get those builds, once jruby-head diverges enough again we will re-add it to the list and start testing the next build and move JRuby 9K.  Remember though, JRuby support is still experimental.
  • Loading branch information
Jordon Bedwell committed Jul 25, 2015
1 parent fe36329 commit 3ab386f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -5,10 +5,10 @@ rvm:
- 2.2
- 2.1
- 2.0
- jruby-head
- jruby-9.0.0.0
matrix:
allow_failures:
- rvm: jruby-head
- rvm: jruby-9.0.0.0
env:
matrix:
- TEST_SUITE=test
Expand Down

0 comments on commit 3ab386f

Please sign in to comment.