From d850ab446859e5c5b20940b11e79fdb03c5e5282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Pinson?= <raphael.pinson@camptocamp.com> Date: Thu, 18 Dec 2014 10:27:14 +0100 Subject: [PATCH] Use vendor/bundle for gems --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2fb9413..8112fd9 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 -- GitLab