Skip to content

Commit

Permalink
ci(appveyor): try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Feb 14, 2017
1 parent 05c844e commit 380f304
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@ environment:
- nodejs_version: "7"
- nodejs_version: "6"
- nodejs_version: "5"
environment: TEST_PATH="test/test.js test/test-post*.js"
- nodejs_version: "4"
environment: TEST_PATH="test/test.js test/test-post*.js"

version: "{build}"
build: off
deploy: off

install:
- ps: Install-Product node $env:nodejs_version
- npm install -g npm
- npm install

test_script:
- node --version
- npm --version
- npm test
- node --version && npm --version
- cmd: npm test $TEST_PATH

0 comments on commit 380f304

Please sign in to comment.