Skip to content

Commit

Permalink
Fix .travis.yml to properly allow rbx failures.
Browse files Browse the repository at this point in the history
It's hard to get rbx to be consistent for some reason :(.
  • Loading branch information
myronmarston committed Dec 22, 2012
1 parent c4f1b20 commit b76bf4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
language: ruby
before_install: before_install:
- if [[ `gem -v` != 1.8.* ]]; then gem update --system; fi - if [[ `gem -v` != 1.8.* ]]; then gem update --system; fi
script: "script/test_all 2>&1" script: "script/test_all 2>&1"
Expand All @@ -15,6 +16,6 @@ rvm:
matrix: matrix:
allow_failures: allow_failures:
- rvm: 2.0.0 - rvm: 2.0.0
- rbx-19mode - rvm: rbx-19mode
- rbx-18mode - rvm: rbx-18mode


0 comments on commit b76bf4f

Please sign in to comment.