summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2014-12-18 10:27:50 +0100
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2014-12-18 10:27:50 +0100
commit775269cb97fbb589afb646d77536aab2e31d0b7c (patch)
tree4ab3ce20fa1027af7bc25a5afac02f62bbc7b942
parent638dafd6bedab3d88c9b010f86f0e31a30e426fa (diff)
Use vendor/bundle for gems
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e1f02ee..9933aa5 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