Skip to content

Commit

Permalink
Update Travis CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanbergen committed May 28, 2015
1 parent 3777f89 commit a79b5c9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@ script: bundle exec rake
sudo: false

rvm:
- "1.8"
- "1.9"
- "2.0"
- "2.1"
- "2.2"
- ruby-head
- rbx
- jruby-18mode
- rbx-19mode
- jruby-19mode

matrix:
allow_failures:
- rvm: rbx
- rvm: rbx-19mode
- rvm: ruby-head

0 comments on commit a79b5c9

Please sign in to comment.