From ba9a3e8afabd5b4bf94fc88215541f4533a4b48b Mon Sep 17 00:00:00 2001 From: Aditya Prakash Date: Fri, 12 Feb 2016 14:30:00 +0530 Subject: [PATCH] Enable Bundler caching on travis Read more about it here: https://docs.travis-ci.com/user/caching/#Bundler closes: #350 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b1f8ac17..2ba7a934 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: ruby +cache: bundler rvm: - 2.1.1 before_install: