Skip to content

Commit

Permalink
Change travis config to match other gems
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Dec 19, 2013
1 parent 71ece00 commit 7e281dc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: ruby
cache: bundler
bundler_args: --without yard guard benchmarks
script: "bundle exec rake ci:metrics"
rvm:
Expand All @@ -9,9 +10,12 @@ rvm:
matrix:
include:
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
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"
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
fast_finish: true
notifications:
irc:
channels:
Expand Down

0 comments on commit 7e281dc

Please sign in to comment.