UNPKG

971 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 # then master
8 - nodejs_version: "7"
9 COVERALLS_REPO_TOKEN:
10 secure: XdC0aySefK0HLh1GNk6aKrzZPbCfPQLyA4mYtFGEp4DrTuZA/iuCUS0LDqFYO8JQ
11platform:
12 - x86
13 - x64
14install:
15 - ps: Install-Product node $env:nodejs_version $env:platform
16 - npm config set spin false
17 - npm rebuild
18 - npm i -g "npm/npm#release-beta-5"
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