Skip to content

Instantly share code, notes, and snippets.

@eirenik0
Forked from Yorkshireman/circle.yml
Created April 28, 2017 12:56
Show Gist options
  • Save eirenik0/d1edc6961bcb99ebe7060504727c61e6 to your computer and use it in GitHub Desktop.
Save eirenik0/d1edc6961bcb99ebe7060504727c61e6 to your computer and use it in GitHub Desktop.
Installing Chrome on Circle CI machine (Ubuntu 14.04)
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