From 5390e7b0cfb5f88a3649ac218d9ff953f49ca717 Mon Sep 17 00:00:00 2001 From: Dan Kubb Date: Sun, 15 Dec 2013 23:31:40 -0800 Subject: [PATCH] Add bundler caching and fast finish to travis config --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0fe56e8..72f2f01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: ruby +cache: bundler bundler_args: --without yard guard benchmarks script: "bundle exec rake ci:metrics" rvm: @@ -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: