From f6cbb6325c2cfc7a4da6d2f0d9f395db0c29b58b Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Sat, 8 Jul 2017 23:07:04 -0700 Subject: [PATCH] Oh right, Windows isnt bash --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 11588acc4..7ac4c0eea 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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.