Merge pull request #2172 from MSP-Greg/appveyor
Appveyor - Ruby 2.4-x64, gem update --system
This commit is contained in:
commit
bb9428a4fa
|
@ -25,6 +25,9 @@ install:
|
|||
- pip install -r requirements.txt
|
||||
|
||||
# Gemfile Install
|
||||
- set PATH=C:\Ruby24-x64\bin;%PATH%
|
||||
- ruby -v
|
||||
- gem update --system
|
||||
- bundle install
|
||||
|
||||
# PHP
|
||||
|
|
Loading…
Reference in New Issue