summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-04-16 21:22:16 -0700
committerJohn Keiser <john@johnkeiser.com>2016-04-18 14:21:02 -0700
commit31f9ada8660a2831204aca436e343b6a10b103cd (patch)
tree9d22ab219a02c3f7303ec056c989e858a87a68f7 /appveyor.yml
parentea2593fe58037739c5c2ada517e3d988dec290ff (diff)
downloadchef-31f9ada8660a2831204aca436e343b6a10b103cd.tar.gz
Allow Windows to freeze
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 17282f9414..bdfe0fd24c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -28,10 +28,12 @@ install:
- update_rubygems
- gem --version
- bundler --version
- - SET BUNDLE_GEMFILE=Gemfile.windows
build_script:
- - bundle config --local frozen 1
+# TODO set frozen to true (can't do this until we can enable Gemfile.windows; can't do that
+# until we make the tests Bundle.with_clean_env before running things).
+ # - SET BUNDLE_GEMFILE=%APPVEYOR_BUILD_FOLDER%\Gemfile.windows
+ - bundle config --delete frozen
- bundle config --local without docgen:maintenance:omnibus_package:integration:aix:bsd:linux:mac_os_x:solaris
- bundle install || bundle install || bundle install