Land #11195, update travis to use latest rubygems

4.x 4.17.34
Brent Cook 2019-01-04 06:00:39 -06:00 committed by Metasploit
parent 4531f4ce93
commit b7cf2d55fc
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ before_install:
- ls -la ./.git/hooks
- ./.git/hooks/post-merge
# Update the bundler
- gem install bundler -v 1.17.3
- gem update --system
- gem install bundler
before_script:
- cp config/database.yml.travis config/database.yml
- bundle exec rake --version