Skip to content
Snippets Groups Projects
Commit 21d98d76 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3081361: Fix broken travis CI testing on Linux

parent 4e84b44d
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,9 @@ before_install:
# Update Chrome.
- export CHROME_BIN=/usr/bin/google-chrome
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo apt-get clean
- sudo apt-get update
- sudo apt-get install dpkg
- sudo dpkg -i google-chrome-stable_current_amd64.deb
- rm google-chrome-stable_current_amd64.deb
- google-chrome --version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment