appveyor.yml in squib-0.14.1 vs appveyor.yml in squib-0.14.2

- old
+ new

@@ -1,24 +1,24 @@ -version: '{build}' - -skip_tags: true - -environment: - matrix: - - ruby_version: "23" - - ruby_version: "23-x64" - -install: - - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - - ruby --version - - gem --version - - gem install bundler --quiet --no-ri --no-rdoc - - bundler --version - - bundle install - -test_script: - - rake - -artifacts: - - path: pkg\*.gem - -build: off +version: '{build}' + +skip_tags: true + +environment: + matrix: + - ruby_version: "23" + - ruby_version: "23-x64" + +install: + - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% + - ruby --version + - gem --version + - gem install bundler --quiet --no-ri --no-rdoc + - bundler --version + - bundle install + +test_script: + - rake + +artifacts: + - path: pkg\*.gem + +build: off