From d42ad45423fdabc3b167d6ebaa3d70ff09a39de2 Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Tue, 30 Dec 2014 10:00:39 -0500 Subject: [PATCH] Turn on the bundler cache This should allow us to skip installing gems in most builds, shaving off ~40 seconds. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5fc60617..2eec3572 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,3 +18,4 @@ notifications: disabled: true git: submodules: false +cache: bundler