UNPKG

959 BYAMLView Raw
1environment:
2 matrix:
3 # LTS is our most important target
4 - nodejs_version: "6"
5 # previous LTS is next most important
6 - nodejs_version: "4"
7 - nodejs_version: "7"
8 # then master
9 - nodejs_version: "8"
10 COVERALLS_REPO_TOKEN:
11 secure: XdC0aySefK0HLh1GNk6aKrzZPbCfPQLyA4mYtFGEp4DrTuZA/iuCUS0LDqFYO8JQ
12platform:
13 - x86
14 - x64
15install:
16 - ps: Install-Product node $env:nodejs_version $env:platform
17 - npm config set spin false
18 - npm rebuild
19 - node . install -g .
20 - set "PATH=%APPDATA%\npm;C:\Program Files\Git\mingw64\libexec;%PATH%"
21 - npm install --loglevel=http
22test_script:
23 - node --version
24 - npm --version
25 - npm run test -- --reporter=classic
26notifications:
27- provider: Slack
28 incoming_webhook:
29 secure: vXiG5AgpqxJsXZ0N0CTYDuVrX6RMjBybZKtOx6IbRxCyjgd+DAx6Z9/0XgYQjuof7QFJY3M/U6HxaREQVYbNVHA+C5N5dNALRbKzAC8QNbA=
30# GO_FAST
31matrix:
32 fast_finish: true
33# we don't need the builds, we just need tests
34build: off