summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2014-12-18 10:23:43 +0100
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2014-12-18 10:23:43 +0100
commit638dafd6bedab3d88c9b010f86f0e31a30e426fa (patch)
tree89e465f701c43fb908d07c458d5f003ddce3a440
parent4ee3ccd822c6f2c673ca2f5ff08b9970ddccbb45 (diff)
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 db911af..e1f02ee 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: