Skip to content

Instantly share code, notes, and snippets.

@Yorkshireman
Created June 29, 2016 15:37
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Yorkshireman/b1573c14135799448da92b73bd306d4b to your computer and use it in GitHub Desktop.
Save Yorkshireman/b1573c14135799448da92b73bd306d4b 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