Skip to content

Commit

Permalink
ci: don't install chrome on appveyor
Browse files Browse the repository at this point in the history
See appveyor/ci#2089.

We should be able to not install it via choco and just use the latest that comes with AppVeyor.
  • Loading branch information
filipesilva authored and clydin committed Mar 7, 2018
1 parent ae601a0 commit fefd6c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ 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 fefd6c9

Please sign in to comment.