-
-
Save eirenik0/d1edc6961bcb99ebe7060504727c61e6 to your computer and use it in GitHub Desktop.
Installing Chrome on Circle CI machine (Ubuntu 14.04)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies: | |
pre: | |
- sudo apt-get install libxss1 libappindicator1 libindicator7 | |
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb | |
- sudo dpkg -i ./google-chrome*.deb | |
- sudo apt-get install -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment