/circleci-google-chrome

Update Google Chrome in a CircleCI's container image

Primary LanguageShellMIT LicenseMIT

Circleci Use Chrome Stable Version

To force the use of the latest stable version of Chrome on Circle CI, define those lines in your circle.yml configuration file

dependencies:
  pre:
    - curl -s https://raw.githubusercontent.com/chronogolf/circleci-google-chrome/master/use_chrome_stable_version.sh | bash