Skip to content

Commit

Permalink
Update build matrix
Browse files Browse the repository at this point in the history
* Install stable version of Bundler
* Add Ruby 2.1.0
* Change `rbx-19mode` to just `rbx`
* Allow failure on `rbx` :(
  • Loading branch information
sikachu committed Feb 23, 2014
1 parent 83f8bcf commit b73c275
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
@@ -1,16 +1,18 @@
before_install: gem install bundler --pre
before_install: gem install bundler

rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- rbx
- jruby-19mode
- rbx-19mode
- ruby-head
- jruby-head

matrix:
fast_finish: true
allow_failures:
- rvm: rbx-19mode
- rvm: rbx
- rvm: jruby-19mode
- rvm: ruby-head
- rvm: jruby-head

0 comments on commit b73c275

Please sign in to comment.