From: Raphaƫl Pinson Date: Thu, 18 Dec 2014 09:26:06 +0000 (+0100) Subject: Use vendor/bundle for gems X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a40f031e4ba531feef9266869b46428efd10c4fa;p=puppet-dhcp.git Use vendor/bundle for gems --- diff --git a/.travis.yml b/.travis.yml index 4961906..4fd8ff6 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