summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMickaël Canévet <mickael.canevet@camptocamp.com>2015-01-05 10:09:08 +0100
committerMickaël Canévet <mickael.canevet@camptocamp.com>2015-01-05 10:09:08 +0100
commitfbf18831947abee6a21e7a5a867dd0e99bc6d0fa (patch)
tree02c53f967178f941a8f9b46d97d08992b7c16dbf /.travis.yml
parent084e63ac0a96962655f599514f73e8126f90e9e4 (diff)
Update with modulesync
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index c356eb8..eabd598 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,9 @@
---
language: ruby
sudo: false
-cache:
- directories:
- - vendor/bundle
- - spec/fixtures/modules
-bundler_args: --without system_tests --path vendor/bundle
-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"]
+cache: bundler
+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"]
matrix:
fast_finish: true
include: