Skip to content

Commit

Permalink
Update Rubinius on Travis
Browse files Browse the repository at this point in the history
Travis actually dropped (due to rvm dropping) support for rbx-1.8 and
rbx-1.9. There is now the option to have 2.2.1 and head. We should do
something about this.
  • Loading branch information
JonRowe committed Dec 4, 2013
1 parent 0baed36 commit 0ed4de1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ rvm:
- ree
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- rbx-2.2.1
- rbx
- 2.0.0
- 2.1.0-preview2
matrix:
allow_failures:
- rvm: rbx-18mode
- rvm: rbx-19mode
- rvm: rbx-2.2.1
- rvm: rbx

0 comments on commit 0ed4de1

Please sign in to comment.