Skip to content

Commit

Permalink
Add 2.1.0-rc2 and jruby-20mode to the list of rubies for travis to test
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Dec 21, 2013
1 parent 670b883 commit 01c7378
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0-rc1
- ruby-head
- rbx
matrix:
Expand All @@ -14,6 +15,8 @@ matrix:
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
- rvm: jruby-20mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
fast_finish: true
Expand Down

0 comments on commit 01c7378

Please sign in to comment.