summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
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