Skip to content

Commit

Permalink
Add bundler caching and fast finish to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Dec 16, 2013
1 parent 9cd09ee commit 5390e7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 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 @@ -12,6 +13,7 @@ matrix:
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
fast_finish: true
notifications:
irc:
channels:
Expand Down

0 comments on commit 5390e7b

Please sign in to comment.