summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-07-06 19:10:46 -0700
committerMatt Wrock <matt@mattwrock.com>2016-07-06 19:10:46 -0700
commit13021bad939e864ac976df29d547eeb378f0df09 (patch)
tree94762487815e3b56b04d92ccf95a2b562381f8f7
parent9738e2873a63153299c786a2c8abbdfe15713050 (diff)
downloadchef-include_locked_gemfile.tar.gz
really bundle with developmentinclude_locked_gemfile
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 2ca85e6451..18e2a85820 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,12 +34,12 @@ matrix:
sudo: true
script: sudo -E $(which bundle) exec rake spec;
# also remove integration / external tests
- bundler_args: --without changelog development docgen guard integration maintenance omnibus_package tools aix bsd mac_os_x solaris windows --frozen
+ bundler_args: --without changelog docgen guard integration maintenance omnibus_package tools aix bsd mac_os_x solaris windows --frozen
- rvm: 2.2
sudo: true
script: sudo -E $(which bundle) exec rake spec;
# also remove integration / external tests
- bundler_args: --without changelog development docgen guard integration maintenance omnibus_package tools aix bsd mac_os_x solaris windows --frozen
+ bundler_args: --without changelog docgen guard integration maintenance omnibus_package tools aix bsd mac_os_x solaris windows --frozen
- rvm: 2.3.0
sudo: true
script: sudo -E $(which bundle) exec rake spec;