appveyor.yml in knife-windows-1.2.1 vs appveyor.yml in knife-windows-1.3.0
- old
+ new
@@ -1,42 +1,42 @@
-version: "master-{build}"
-
-os: Windows Server 2012
-platform:
- - x64
-
-environment:
- bundle_gemfile: ci.gemfile
-
- matrix:
- - ruby_version: "193"
- chef_version: "< 12"
-
- - ruby_version: "200"
- chef_version: "< 12"
-
- - ruby_version: "200"
- chef_version: "~> 12.0"
-
- - ruby_version: "200"
- chef_version: "master"
-
-clone_folder: c:\projects\knife-windows
-clone_depth: 1
-branches:
- only:
- - master
-
-install:
- - 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
- - bundler --version
-
-build_script:
- - bundle install || bundle install || bundle install
-
-test_script:
- - bundle exec rake
+version: "master-{build}"
+
+os: Windows Server 2012
+platform:
+ - x64
+
+environment:
+ bundle_gemfile: ci.gemfile
+
+ matrix:
+ - ruby_version: "193"
+ chef_version: "< 12"
+
+ - ruby_version: "200"
+ chef_version: "< 12"
+
+ - ruby_version: "200"
+ chef_version: "~> 12.0"
+
+ - ruby_version: "200"
+ chef_version: "master"
+
+clone_folder: c:\projects\knife-windows
+clone_depth: 1
+branches:
+ only:
+ - master
+
+install:
+ - 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
+ - bundler --version
+
+build_script:
+ - bundle install || bundle install || bundle install
+
+test_script:
+ - bundle exec rake