summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2014-12-18 10:25:48 +0100
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2014-12-18 10:25:48 +0100
commit9dec7802897542d1601ba84d223bd66a26b0fc4b (patch)
treeda35c32e310bab2770a04d410d3afcb799c3e213 /.travis.yml
parent89f0cdd790ceea5d5e8023bd99a4afc283b8684d (diff)
Use vendor/bundle for gems
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 14c5b97..c356eb8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ cache:
directories:
- vendor/bundle
- spec/fixtures/modules
-bundler_args: --without system_tests
+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"]
matrix:
fast_finish: true