1
0
mirror of https://github.com/meineerde/rackstash.git synced 2025-10-17 14:01:01 +00:00

Enable all rubies for appveyor again

This commit is contained in:
Holger Just 2019-09-25 15:59:48 +02:00
parent 706b391176
commit 769b27dbdb

View File

@ -2,13 +2,13 @@ version: "{build}-{branch}"
environment:
matrix:
# - RUBY_VERSION: "26-x64"
# - RUBY_VERSION: "25-x64"
# - RUBY_VERSION: "24-x64"
# - RUBY_VERSION: "23-x64"
# - RUBY_VERSION: "22-x64"
# - RUBY_VERSION: "21-x64"
# - RUBY_VERSION: trunk # So the folder name is ruby_trunk
- RUBY_VERSION: "26-x64"
- RUBY_VERSION: "25-x64"
- RUBY_VERSION: "24-x64"
- RUBY_VERSION: "23-x64"
- RUBY_VERSION: "22-x64"
- RUBY_VERSION: "21-x64"
- RUBY_VERSION: trunk
- RUBY_VERSION: jruby-9.2.6.0
- RUBY_VERSION: jruby-9.1.17.0
- RUBY_VERSION: jruby-9.0.5.0
@ -48,7 +48,7 @@ init:
$env:PATH = "C:\Ruby" + $env:RUBY_VERSION + "\bin;" + $env:PATH
}
# - ruby -v
- ps: if ($env:RUBY_VERSION.StartsWith("jruby-")) { jruby -v } else { ruby -v }
- gem -v
- bundle -v