mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
update appveyor ruby to 2.2 + fix caching
This commit is contained in:
parent
ab9a82ccfa
commit
279af1aa14
1 changed files with 5 additions and 3 deletions
|
@ -5,7 +5,7 @@ platform:
|
|||
environment:
|
||||
matrix:
|
||||
- ruby_version: "200-x64"
|
||||
- ruby_version: "21"
|
||||
- ruby_version: "22"
|
||||
|
||||
clone_folder: c:\projects\inspec
|
||||
clone_depth: 1
|
||||
|
@ -34,6 +34,8 @@ test_script:
|
|||
- bundle exec rake
|
||||
|
||||
cache:
|
||||
- C:\Users\appveyor\.gem\ruby\2.1.0
|
||||
- C:\Ruby21\lib\ruby\gems\2.1.0
|
||||
- C:\Users\appveyor\.gem\ruby\2.2.0
|
||||
- C:\Ruby200-x64\bin\gem
|
||||
- C:\Ruby200-x64\lib\ruby\gems\2.0.0
|
||||
- C:\Ruby22\bin\gem
|
||||
- C:\Ruby22\lib\ruby\gems\2.2.0
|
||||
|
|
Loading…
Reference in a new issue