Skip to content

Commit

Permalink
test webpack resolver on windows (I hope!)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Dec 1, 2015
1 parent 6485d1c commit 049984d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions appveyor.yml
Expand Up @@ -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"

Expand All @@ -25,6 +21,7 @@ install:

# install modules
- npm install
- cd resolvers\webpack; npm install; cd ..\..

# Post-install test scripts.
test_script:
Expand All @@ -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

0 comments on commit 049984d

Please sign in to comment.