Skip to content

Commit

Permalink
Merge pull request #6 from marshall-lee/fix_travis_rubies
Browse files Browse the repository at this point in the history
Add MRI 2.2 and 2.3, fix 2.0 and 2.1 to use latest.
  • Loading branch information
e2 committed Feb 1, 2016
2 parents b5cd31a + a9c1e19 commit 12b2921
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Expand Up @@ -3,12 +3,15 @@ bundler_args: --without development
before_install: gem install bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.0
- 2.1
- 2.2
- 2.3.0
- ruby-head
- jruby
- jruby-head
- rbx
matrix:
allow_failures:
- rvm: rbx
- rvm: jruby
- rvm: jruby-head
- rvm: ruby-head

0 comments on commit 12b2921

Please sign in to comment.