appveyor take 2

This commit is contained in:
Luke Page 2015-08-03 17:08:54 +01:00
parent ced0e4c2e0
commit 47c9d09276

View file

@ -4,20 +4,21 @@ clone_depth: 10
environment: environment:
matrix: matrix:
- nodejs_version: 0.12 - nodejs_version: 0.12
- nodejs_version: 1.1 - nodejs_version: 1.1
install: install:
- ps: Install-Product node $env:nodejs_version - ps: Install-Product node $env:nodejs_version
- npm install - npm install
build: off build: off
test_script: test_script:
- node --version && npm --version - node --version && npm --version
- npm test - npm test
cache: cache:
- node_modules # local npm modules - node_modules # local npm modules
matrix: matrix:
fast_finish: true fast_finish: true