appveyor.yml in squib-0.12.0 vs appveyor.yml in squib-0.13.0
- old
+ new
@@ -2,20 +2,19 @@
skip_tags: true
environment:
matrix:
- - ruby_version: "22"
- - ruby_version: "22-x64"
+ - 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
- - git submodule update --init --recursive
test_script:
- rake
artifacts: