appveyor.yml in knife-windows-1.4.0 vs appveyor.yml in knife-windows-1.4.1
- old
+ new
@@ -6,20 +6,17 @@
environment:
bundle_gemfile: ci.gemfile
matrix:
- - ruby_version: "193"
+ - ruby_version: "20"
chef_version: "< 12"
- - ruby_version: "200"
- chef_version: "< 12"
-
- - ruby_version: "200"
+ - ruby_version: "21"
chef_version: "~> 12.0"
- - ruby_version: "200"
+ - ruby_version: "21"
chef_version: "master"
clone_folder: c:\projects\knife-windows
clone_depth: 1
branches:
@@ -30,10 +27,10 @@
- winrm quickconfig -q
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- echo %PATH%
- ruby --version
- gem --version
- - gem install bundler --quiet --no-ri --no-rdoc
+ - gem install bundler -v 1.11.2 --quiet --no-ri --no-rdoc
- bundler --version
build_script:
- bundle install || bundle install || bundle install