aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2014-12-18 10:21:51 +0100
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2014-12-18 10:21:51 +0100
commited9b49d6f4c8db0301111e31163e57b431653b0e (patch)
tree700676211d414e06aaa680dc523f32cfd3f29e2a
parent39bd0f2682559f467ccacfe3b832b7b8eb0cbdd0 (diff)
downloadpuppet-dhcp-ed9b49d6f4c8db0301111e31163e57b431653b0e.tar.gz
puppet-dhcp-ed9b49d6f4c8db0301111e31163e57b431653b0e.tar.bz2
Cache spec/fixtures/modules
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
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: