diff --git a/.travis.yml b/.travis.yml index 9f332a76220..e2ff16e4978 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ before_install: #- sudo wget https://chromedriver.storage.googleapis.com/74.0.3729.6/chromedriver_linux64.zip #- sudo unzip chromedriver_linux64.zip -d /usr/local/bin/ #- sudo chmod +x /usr/local/bin/chromedriver - - google-chrome-stable --headless --no-sandbox --disable-gpu --remote-debugging-port=9222 http://localhost & + - google-chrome-stable --headless --no-sandbox --disable-gpu --disable-dev-shm-usage --remote-debugging-port=9222 http://localhost & - yes | gem update --system --force - gem install bundler