From 52a15c3605dce08ac4ed0348a65e6298a46fd3b0 Mon Sep 17 00:00:00 2001 From: Sean Doyle Date: Fri, 20 Feb 2015 13:14:56 -0500 Subject: [PATCH] Cache Bundler on Travis With Container based CI, public projects can cache the results of `bundle install` --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1a28022e..1d00d7c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: ruby sudo: false +cache: bundler script: "bundle exec rake" branches: