summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2014-12-18 10:21:36 +0100
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2014-12-18 10:21:36 +0100
commit89f0cdd790ceea5d5e8023bd99a4afc283b8684d (patch)
tree36dc4bcc9a66dc9ab9df94b5037cfc1b2d62907e /.travis.yml
parent8ad8061bc77a12d39019381017564043be41054a (diff)
Cache spec/fixtures/modules
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index eabd598..14c5b97 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: