summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Ker-Seymer <i.kerseymer@gmail.com>2018-06-05 15:12:36 -0400
committerIan Ker-Seymer <i.kerseymer@gmail.com>2018-06-05 15:12:36 -0400
commitccd51b327af1a661aab76a580512dedd92b6739a (patch)
tree82d5117898a7efa2077be82b9ed2c723555e8e1e
parent2834e4839c73801c46a1f27bba794fdda7368d86 (diff)
downloadbundler-ccd51b327af1a661aab76a580512dedd92b6739a.tar.gz
Enable bundler caching for generated travis config
-rw-r--r--lib/bundler/templates/newgem/travis.yml.tt2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundler/templates/newgem/travis.yml.tt b/lib/bundler/templates/newgem/travis.yml.tt
index fe0761cc23..7a3381a889 100644
--- a/lib/bundler/templates/newgem/travis.yml.tt
+++ b/lib/bundler/templates/newgem/travis.yml.tt
@@ -1,5 +1,7 @@
+---
sudo: false
language: ruby
+cache: bundler
rvm:
- <%= RUBY_VERSION %>
before_install: gem install bundler -v <%= Bundler::VERSION %>