Land #11195, update travis to use latest rubygems

GSoC/Meterpreter_Web_Console
Brent Cook 2019-01-04 06:00:39 -06:00
commit 260bfdc071
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,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