Skip to content

Commit

Permalink
ci: install chrome on appveyor
Browse files Browse the repository at this point in the history
Followup to #9747.

Now webdriver needs Chrome 64.
  • Loading branch information
filipesilva authored and hansl committed Mar 19, 2018
1 parent fe49e9f commit 5716621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ install:
- ps: Install-Product node $env:nodejs_version
- npm install -g npm@~5.6.0
- npm install
- choco install googlechrome

test_script:
- node --version
Expand Down

0 comments on commit 5716621

Please sign in to comment.