Skip to content

Commit

Permalink
Update Travis build configuration
Browse files Browse the repository at this point in the history
* Change `rbx` to `rbx-2`
* Mark `rbx-2` as allow-failure again
  • Loading branch information
sikachu committed May 16, 2014
1 parent c919514 commit 43eb9a3
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
@@ -1,7 +1,7 @@
rvm:
- 1.9.3
- jruby-19mode
- rbx
- rbx-2
- 2.0.0
- 2.1.1

Expand All @@ -20,4 +20,4 @@ matrix:
fast_finish: true
allow_failures:
- rvm: jruby-19mode
- rvm: rbx-19mode
- rvm: rbx-2

0 comments on commit 43eb9a3

Please sign in to comment.