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

Update JRuby 9.2.9.0 for appveyor

This commit is contained in:
Holger Just 2019-12-18 13:20:34 +01:00
parent 9e92e706bf
commit 849b319927

View File

@ -9,7 +9,7 @@ environment:
- RUBY_VERSION: "22-x64"
- RUBY_VERSION: "21-x64"
- RUBY_VERSION: trunk
- RUBY_VERSION: jruby-9.2.6.0
- RUBY_VERSION: jruby-9.2.9.0
- RUBY_VERSION: jruby-9.1.17.0
- RUBY_VERSION: jruby-9.0.5.0
@ -53,7 +53,7 @@ init:
- bundle -v
install:
# Create suotable directory for temporary files in tests
# Create suitable directory for temporary files in tests
- mkdir tmp
- icacls tmp /inheritance:r /grant Everyone:F
- set TMPDIR=tmp