Skip to content

Commit

Permalink
Add jruby-21mode to list of rubies for travis to test
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Jan 21, 2014
1 parent 99156ed commit 5e4b435
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: ruby
cache: bundler
bundler_args: --without yard guard benchmarks
script: "bundle exec rake ci:metrics"
rvm:
Expand All @@ -14,10 +13,12 @@ matrix:
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
- rvm: jruby-20mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
- rvm: jruby-21mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
allow_failures:
- rvm: 2.1.0
- rvm: 2.1.0 # buggy runtime
fast_finish: true
notifications:
irc:
Expand Down

0 comments on commit 5e4b435

Please sign in to comment.