summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2017-09-25 19:56:00 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2017-09-25 20:03:55 -0300
commit282b7cd22b75c8883683b1604c87413021fdc578 (patch)
tree6a90aa87a910422862f82caf2d92da9ffb421f74
parent73bd6a13a479cce042ed702a4154e15d169efb3f (diff)
downloadhighline-fix_appveyor.tar.gz
Update .appveyor.ymlfix_appveyor
-rw-r--r--appveyor.yml38
1 files changed, 28 insertions, 10 deletions
diff --git a/appveyor.yml b/appveyor.yml
index eca79c7..f0441f4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,19 +1,37 @@
-version: '{build}'
+version: 2.0.{build}-{branch}
-skip_tags: true
+cache:
+ - vendor/bundle
environment:
matrix:
- - ruby_version: "21"
- - ruby_version: "21-x64"
+ - RUBY_VERSION: "193"
+ - RUBY_VERSION: "200"
+ - RUBY_VERSION: "200-x64"
+ - RUBY_VERSION: "21"
+ - RUBY_VERSION: "21-x64"
+ - RUBY_VERSION: "22"
+ - RUBY_VERSION: "22-x64"
+ - RUBY_VERSION: "23"
+ - RUBY_VERSION: "23-x64"
+ - RUBY_VERSION: "24"
+ - RUBY_VERSION: "24-x64"
-install:
- - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- - gem install bundler --no-document -v 1.10.5
- - bundle install --retry=3 --without development
+matrix:
+ allow_failures:
+ - RUBY_VERSION: "193"
-test_script:
- - bundle exec rake
+install:
+ - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
+ - bundle config --local path vendor/bundle
+ - bundle install --retry=3 --without code_quality
build: off
+before_test:
+ - ruby -v
+ - gem -v
+ - bundle -v
+
+test_script:
+ - bundle exec rake