Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 321 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 321 Bytes

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