appveyor.yml in squib-0.15.2 vs appveyor.yml in squib-0.15.3
- old
+ new
@@ -1,25 +1,25 @@
-version: '{build}'
-
-skip_tags: true
-
-environment:
- matrix:
- - ruby_version: "24"
- - ruby_version: "24-x64"
- - ruby_version: "25"
- - ruby_version: "25-x64"
- - ruby_version: "26"
- - ruby_version: "26-x64"
-
-install:
- - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- - ruby --version
- - gem --version
- - gem install bundler
- - bundler --version
- - bundle install
-
-test_script:
- - rake
-
-build: off
+version: '{build}'
+
+skip_tags: true
+
+environment:
+ matrix:
+ - ruby_version: "24"
+ - ruby_version: "24-x64"
+ - ruby_version: "25"
+ - ruby_version: "25-x64"
+ - ruby_version: "26"
+ - ruby_version: "26-x64"
+
+install:
+ - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
+ - ruby --version
+ - gem --version
+ - gem install bundler
+ - bundler --version
+ - bundle install
+
+test_script:
+ - rake
+
+build: off