]> gitweb.fluxo.info Git - puppet-dhcp.git/commitdiff
Cache spec/fixtures/modules
authorRaphaël Pinson <raphael.pinson@camptocamp.com>
Thu, 18 Dec 2014 09:21:51 +0000 (10:21 +0100)
committerRaphaël Pinson <raphael.pinson@camptocamp.com>
Thu, 18 Dec 2014 09:21:51 +0000 (10:21 +0100)
.travis.yml

index 033f97466609ff1240abf96f286a8e9f14c2b7b7..49619060d4959a62d7321dc69cdf6840f2922747 100644 (file)
@@ -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: