diff options
author | John Keiser <john@johnkeiser.com> | 2016-04-18 07:53:17 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-04-18 14:21:02 -0700 |
commit | 82dce820b33c1ba4839aebdb43d52d6a49d3b3b1 (patch) | |
tree | 4b9a31b3b40a66afcecab4c81d0829fecc594630 /ci/verify-chef.bat | |
parent | a80c5cf9e7b373b7f41868f476ef2f689b3a0fbc (diff) | |
download | chef-82dce820b33c1ba4839aebdb43d52d6a49d3b3b1.tar.gz |
Install only core chef plus test when testing
Diffstat (limited to 'ci/verify-chef.bat')
-rwxr-xr-x | ci/verify-chef.bat | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/verify-chef.bat b/ci/verify-chef.bat index a063cd417e..5ea317d82c 100755 --- a/ci/verify-chef.bat +++ b/ci/verify-chef.bat @@ -63,6 +63,5 @@ set FORCE_FFI_YAJL=ext set BUNDLE_IGNORE_CONFIG=true set BUNDLE_FROZEN=1 -set BUNDLE_WITHOUT=docgen:maintenance:omnibus_package:integration:aix:bsd:linux:mac_os_x:solaris -call bundle install +set BUNDLE_WITHOUT=development:guard:maintenance:tools:integration:changelog:compat_testing:docgen:travis:aix:bsd:linux:mac_os_x:solaris call bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o %WORKSPACE%\test.xml -f documentation spec/functional |