aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickaël Canévet <mickael.canevet@camptocamp.com>2015-01-05 10:09:49 +0100
committerMickaël Canévet <mickael.canevet@camptocamp.com>2015-01-05 10:09:49 +0100
commit10233e03ea3e90653956e16970bfcccf95967851 (patch)
tree21acba02c471264516eb74a53d20b4b8d2110f1c
parentbe0781a9237fecd07f97a3651437136dcaa34ee7 (diff)
downloadpuppet-dhcp-10233e03ea3e90653956e16970bfcccf95967851.tar.gz
puppet-dhcp-10233e03ea3e90653956e16970bfcccf95967851.tar.bz2
Update with modulesync
-rw-r--r--.travis.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 4fd8ff6..033f974 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: