roni-frantchi / circleci-google-chrome

Update Google Chrome in a CircleCI's container image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Update Google Chrome in a CircleCI's container image

License:MIT License


Languages

Language:Shell 100.0%