Skip to content

Commit

Permalink
Update RubyGems and Bundler on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg authored Apr 5, 2018
1 parent e52d23b commit 569b0ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ addons:
services:
- postgresql


before_install:
- travis_retry gem update --system
- travis_retry gem install bundler

before_script:
- psql -c 'create database wikimum_test;' -U postgres

0 comments on commit 569b0ca

Please sign in to comment.