mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
optimize appveyor
This commit is contained in:
parent
3541836e8b
commit
54b8d9ca63
1 changed files with 5 additions and 3 deletions
|
@ -21,9 +21,10 @@ install:
|
|||
- echo %PATH%
|
||||
- ruby --version
|
||||
- gem install bundler --quiet --no-ri --no-rdoc
|
||||
- gem update --system 2.4.5
|
||||
- ruby --version
|
||||
- gem --version
|
||||
- bundler --version
|
||||
- ruby -r rubygems -e "p Gem.path"
|
||||
|
||||
build_script:
|
||||
- bundle install --without integration tools maintenance
|
||||
|
@ -33,5 +34,6 @@ test_script:
|
|||
- bundle exec rake
|
||||
|
||||
cache:
|
||||
- C:/Ruby200-x64/bin/gem
|
||||
- C:/Ruby21/bin/gem
|
||||
- C:\Users\appveyor\.gem\ruby\2.1.0
|
||||
- C:\Ruby21\lib\ruby\gems\2.1.0
|
||||
- C:\Ruby200-x64\lib\ruby\gems\2.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue