Skip to content

Commit

Permalink
Fix deprecated gem flags for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed May 18, 2020
1 parent 1978f02 commit 5a0ac51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ branches:
- /^deploy-.*$/ # These are always just reset --hard's to other branches
- /^v[\d\.]+$/ # No need to test version tags as they are tested as part of their branch
before_install:
- gem update bundler --no-rdoc --no-ri
- gem update bundler --no-document
- google-chrome-stable --headless --disable-gpu --no-sandbox --remote-debugging-port=9222 http://localhost &
before_script:
- psql -c 'create database travis_ci_test;' -U postgres
Expand Down

0 comments on commit 5a0ac51

Please sign in to comment.