diff options
author | John Keiser <john@johnkeiser.com> | 2016-04-18 12:11:44 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-04-18 14:21:02 -0700 |
commit | 847cb429f11c591f4b476c161de7a632ba473415 (patch) | |
tree | 767e07415b53a77f62098485bac710e61863313b /appveyor.yml | |
parent | 64d524b583b19ae425387a611774c8e70cdc95e5 (diff) | |
download | chef-847cb429f11c591f4b476c161de7a632ba473415.tar.gz |
Install even less stuff before tests on Windows
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 3e8b321125..108794c865 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,7 +30,7 @@ install: - bundler --version - SET BUNDLE_IGNORE_CONFIG=true - SET BUNDLE_FROZEN=1 - - SET BUNDLE_WITHOUT=docgen:maintenance:omnibus_package:integration:aix:bsd:linux:mac_os_x:solaris + - SET BUNDLE_WITHOUT=development:guard:maintenance:tools:integration:changelog:compat_testing:docgen:travis:style:omnibus_package:aix:bsd:linux:mac_os_x:solaris build_script: - bundle install || bundle install || bundle install |