summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-01-24 11:17:10 -0800
committerTim Smith <tsmith@chef.io>2017-01-24 11:56:45 -0800
commit30088e67a5449e8a96e978442852dd41f346afea (patch)
tree3f17933f98001c5d0152ea1ea639601b95566b67 /appveyor.yml
parent7254fff3cbcc4ea489259c7d7a86e9c317148bdf (diff)
downloadohai-30088e67a5449e8a96e978442852dd41f346afea.tar.gz
Update travis/appveyer preinstalls
Update Rubygems, fully uninstall bundler, install the latest bundler. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 06ceaa7d..d7f753b0 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,7 +20,9 @@ install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- echo %PATH%
- ruby --version
+ - gem update --system
- gem --version
+ - gem uninstall bundler -a -x -I
- gem install bundler --quiet --no-ri --no-rdoc
- bundler --version