From: David Schmitt Date: Mon, 1 Jun 2015 11:21:58 +0000 (+0100) Subject: Enable bundler caching on travis X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=080d1637f028f8b08221ffd3b7e0ef7aa9eddd73;p=puppet-stdlib.git Enable bundler caching on travis --- diff --git a/.travis.yml b/.travis.yml index 371586b..7268682 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: