Skip to content

Commit

Permalink
Update .travis.yml to allow rbx-2 failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
sausman committed Oct 20, 2016
1 parent 6ad122e commit 2932a4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: ruby

rvm:
- 1.9.3
- 2.0.0
Expand All @@ -7,4 +8,10 @@ rvm:
- ruby-head
- rbx-2
- jruby

before_install: gem install bundler -v 1.11.2

matrix:
allow_failures:
- rvm: rbx-2
fast_finish: true

0 comments on commit 2932a4b

Please sign in to comment.