Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington authored May 24, 2018
1 parent d43f922 commit 4114b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
- npm -g install npm@latest
- $env:nodejs_version != '4' && npm -g install npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- npm install
matrix:
Expand All @@ -18,4 +18,4 @@ clone_depth: 1
test_script:
- node --version
- npm --version
- npm test
- npm test

0 comments on commit 4114b7e

Please sign in to comment.