diff --git a/appveyor.yml b/appveyor.yml index 8c790668ba..0878998261 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,11 +2,7 @@ environment: NODE_PATH: ./lib # NODE_PATH: ./lib - matrix: - - nodejs_version: "0.10" - - nodejs_version: "0.12" - - nodejs_version: "4" - - nodejs_version: "5" + nodejs_version: "4" # - nodejs_version: "2" @@ -25,6 +21,7 @@ install: # install modules - npm install + - cd resolvers\webpack; npm install; cd ..\.. # Post-install test scripts. test_script: @@ -33,6 +30,7 @@ test_script: - npm --version # run tests - npm run-script ci-test + - cd resolvers\webpack; npm test # Don't actually build. build: off