aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew White <andrew.white@unboxed.co>2016-11-03 13:21:50 +0000
committerAndrew White <andrew.white@unboxed.co>2016-11-03 13:21:50 +0000
commit47d588246e8d7618b2c6ff810b3ece6624acd25c (patch)
treec7cc2010079730c63d950b62af732c9f55e0ff82
parentad698754a14094211b6265e2e1576df2aca3a3c2 (diff)
downloadrails-47d588246e8d7618b2c6ff810b3ece6624acd25c.tar.gz
rails-47d588246e8d7618b2c6ff810b3ece6624acd25c.tar.bz2
rails-47d588246e8d7618b2c6ff810b3ece6624acd25c.zip
Cache bundle install on Travis
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 33b2fc9075..6e1ab6c4f0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,9 @@
language: ruby
sudo: false
+cache:
+ bundler: true
+
services:
- memcached