Skip to content

Commit

Permalink
Update travis with allowed failure for RBX & head ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
j15e committed Jan 13, 2013
1 parent 028324e commit 9996b35
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
@@ -1,4 +1,4 @@
---
language: ruby
rvm:
- 1.8.7
- 1.9.2
Expand All @@ -8,4 +8,10 @@ rvm:
- jruby-18mode
- jruby-19mode
- jruby-head
- ruby-head
- ruby-head
matrix:
allow_failures:
- rvm: rbx-18mode
- rvm: rbx-19mode
- rvm: jruby-head
- rvm: ruby-head

0 comments on commit 9996b35

Please sign in to comment.