From 5a0ac51b2e852820a5ba03a5bb69ba60c8461fd3 Mon Sep 17 00:00:00 2001 From: Kevin Cooper Date: Mon, 18 May 2020 14:51:21 -0700 Subject: [PATCH] Fix deprecated gem flags for Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3bf31fe0aa..6478bbf5cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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