From 2df1096a3e29ccfb7c86793918caa49a8548193d Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sat, 12 May 2018 17:11:55 +0200 Subject: [PATCH] chore: remove obsolete lines --- appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c6e42e9b..ec9f41f0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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