You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

23 lines
448 B

environment:
matrix:
- nodejs_version: '6'
- nodejs_version: '4'
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
- set AVA_APPVEYOR=true
- npm install --global npm
- set PATH=%APPDATA%\npm;%PATH%
- npm install
- npm prune
matrix:
fast_finish: true
build: off
shallow_clone: true
cache:
- node_modules
- '%APPDATA%\npm-cache'
test_script:
- node --version
- npm --version
- npm run test-win