Merge pull request #2172 from MSP-Greg/appveyor

Appveyor - Ruby 2.4-x64, gem update --system
This commit is contained in:
Steven Zeck 2018-06-25 13:58:01 -05:00 committed by GitHub
commit bb9428a4fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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