Skip to content

Commit

Permalink
Added modern rubies to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Bera committed Jul 5, 2015
1 parent 6a53669 commit ef1d3d3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
language: ruby
rvm:
- 2.1.2
- 2.2.x
- 2.1.x
- 2.0.0
- 1.9.3
- 1.9.2
- jruby-19mode
- rbx-2
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head

0 comments on commit ef1d3d3

Please sign in to comment.