]> gitweb.fluxo.info Git - puppet-dhcp.git/commitdiff
Use vendor/bundle for gems
authorRaphaël Pinson <raphael.pinson@camptocamp.com>
Thu, 18 Dec 2014 09:26:06 +0000 (10:26 +0100)
committerRaphaël Pinson <raphael.pinson@camptocamp.com>
Thu, 18 Dec 2014 09:26:06 +0000 (10:26 +0100)
.travis.yml

index 49619060d4959a62d7321dc69cdf6840f2922747..4fd8ff6d3f53ee09d715a2b77d5da37e8c028e41 100644 (file)
@@ -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