Skip to content
Permalink
|
environment: |
|
matrix: |
|
- nodejs_version: '5' |
|
- nodejs_version: '4' |
|
install: |
|
- ps: Install-Product node $env:nodejs_version |
|
- set CI=true |
|
- set CASH_APPVEYOR=true |
|
- npm install -g npm@latest || (timeout 30 && npm install -g npm@latest) |
|
- set PATH=%APPDATA%\npm;%PATH% |
|
- npm install || (timeout 30 && npm install) |
|
matrix: |
|
fast_finish: true |
|
build: off |
|
version: '{build}' |
|
shallow_clone: true |
|
clone_depth: 1 |
|
test_script: |
|
- node --version |
|
- npm --version |
|
- npm run test-win || (timeout 30 && npm run test-win) |
Something went wrong with that request. Please try again.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.