Skip to content

Commit

Permalink
Oh right, Windows isnt bash
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Jul 9, 2017
1 parent a9a20da commit f6cbb63
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions appveyor.yml
Expand Up @@ -16,9 +16,6 @@ platform:
- x64
install:
- ps: Install-Product node $env:nodejs_version
# Install npm@3 if the version is currently 1 or 2
- npm -v
- if [[ `npm -v` =~ ^[1-2] ]]; then npm i -g npm@3; fi
- npm install
test_script:
# Output useful info for debugging.
Expand Down

0 comments on commit f6cbb63

Please sign in to comment.