Skip to content

Commit

Permalink
fix(appveyor): add workaround for webdriver bug (#2862)
Browse files Browse the repository at this point in the history
See angular/webdriver-manager#107 for context.
Should be reverted once issue is fixed.
  • Loading branch information
filipesilva authored Oct 24, 2016
1 parent bc0ae68 commit 2b17b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ matrix:
fast_finish: true

install:
- ps: Install-Product node $env:nodejs_version
- ps: Install-Product node $env:nodejs_version x64
- npm install -g npm
- npm install

Expand Down

0 comments on commit 2b17b46

Please sign in to comment.