]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Enable bundler caching on travis
authorDavid Schmitt <david.schmitt@puppetlabs.com>
Mon, 1 Jun 2015 11:21:58 +0000 (12:21 +0100)
committerDavid Schmitt <david.schmitt@puppetlabs.com>
Mon, 1 Jun 2015 11:21:58 +0000 (12:21 +0100)
.travis.yml

index 371586b97e510595d7afe026bf94a61b004d88ba..72686829aae3edc68f2d46abb52944e08646d5de 100644 (file)
@@ -1,6 +1,7 @@
 ---
 sudo: false
 language: ruby
+cache: bundler
 bundler_args: --without system_tests
 script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--color --format documentation'"
 matrix: