diff options
author | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2014-12-18 10:26:06 +0100 |
---|---|---|
committer | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2014-12-18 10:26:06 +0100 |
commit | a40f031e4ba531feef9266869b46428efd10c4fa (patch) | |
tree | f2095776d24d5d91129a214df9cd877ef9f22efc | |
parent | ed9b49d6f4c8db0301111e31163e57b431653b0e (diff) | |
download | puppet-dhcp-a40f031e4ba531feef9266869b46428efd10c4fa.tar.gz puppet-dhcp-a40f031e4ba531feef9266869b46428efd10c4fa.tar.bz2 |
Use vendor/bundle for gems
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |