Skip to content

Commit

Permalink
disable dev-shm-usage
Browse files Browse the repository at this point in the history
  • Loading branch information
cesswairimu committed Jul 28, 2020
1 parent b637b72 commit 78cfb37
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 @@ -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

Expand Down

0 comments on commit 78cfb37

Please sign in to comment.