From: Raphaƫl Pinson Date: Thu, 18 Dec 2014 09:21:51 +0000 (+0100) Subject: Cache spec/fixtures/modules X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ed9b49d6f4c8db0301111e31163e57b431653b0e;p=puppet-dhcp.git Cache spec/fixtures/modules --- diff --git a/.travis.yml b/.travis.yml index 033f974..4961906 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,12 @@ --- language: ruby sudo: false -cache: bundler +cache: + directories: + - vendor/bundle + - spec/fixtures/modules bundler_args: --without system_tests -script: ["bundle exec rake validate", "bundle exec rake lint", "bundle exec fakeroot rake spec SPEC_OPTS='--format documentation'", "bundle exec rake metadata"] +script: ["bundle exec rake validate", "bundle exec rake lint", "bundle exec rake spec_prep", "bundle exec fakeroot rake spec_standalone SPEC_OPTS='--format documentation'", "bundle exec rake metadata"] matrix: fast_finish: true include: