UNPKG

564 BYAMLView Raw
1# Test against this version of Node.js
2environment:
3 nodejs_version: "8"
4
5# Install scripts. (runs after repo cloning)
6install:
7 # Get the latest stable version of Node.js or io.js
8 - ps: Install-Product node $env:nodejs_version
9 - npm -g install npm@4.6.1
10 # install modules
11 - npm install
12
13# Post-install test scripts.
14test_script:
15 # Output useful info for debugging.
16 - node --version
17 - npm --version
18 # run tests
19 - npm run-script test-win
20
21# Don't actually build.
22build: off
23
24notifications:
25 - provider: Email
26 to:
27 - romank@luminati.io