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.

22 lines
503 B

6 years ago
version: 'test-{build}'
environment:
matrix:
- nodejs_version: '4'
- nodejs_version: '8'
- nodejs_version: '10'
platform:
- x86
clone_folder: 'c:\projects\%APPVEYOR_PROJECT_NAME%'
install:
- ps: 'Install-Product node $env:nodejs_version $env:platform'
- ps: '$NpmVersion = (npm -v).Substring(0,1)'
- ps: 'if($NpmVersion -eq 5) { npm install -g npm@5 }'
- ps: npm --version
- npm install
test_script:
- echo %cd%
- node --version
- npm --version
- npm test
build: 'off'