Update appveyor.yml

This commit is contained in:
Philipp Kunz 2016-05-17 20:11:40 +02:00
parent 7f69a5eaab
commit b6e418a431

View File

@ -2,7 +2,6 @@ environment:
nodejs_version: "4" nodejs_version: "4"
install: install:
- ps: Install-Product node $env:nodejs_version - ps: Install-Product node $env:nodejs_version
- npm run bootstrap
- npm install - npm install
test_script: test_script:
- node --version - node --version