Skip to content

Commit

Permalink
chore: remove obsolete lines
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf committed May 12, 2018
1 parent b5abaf2 commit 2df1096
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ platform:
install:
# Get the latest stable version of Node 0.STABLE.latest
- ps: Install-Product node $env:nodejs_version
- IF %nodejs_version% EQU 0.8 npm -g install npm@2
- IF %nodejs_version% EQU 0.8 set PATH=%APPDATA%\npm;%PATH%
- npm -g install npm
- IF %nodejs_version% NEQ 0.8 set PATH=%APPDATA%\npm;%PATH%
- set PATH=%APPDATA%\npm;%PATH%
# Typical npm stuff.
- npm install

Expand Down

0 comments on commit 2df1096

Please sign in to comment.