From aec4286ca6cb0669007a405ad67721cf55e2f794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Tue, 19 Nov 2013 17:32:11 +0100 Subject: [PATCH] Enable Travis' bundle caching It should speed up the builds significantly. See http://about.travis-ci.org/docs/user/caching/#Bundler for more details. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4c50a297..b1aacd13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: ruby +cache: bundler before_install: - gem install bundler rvm: