]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/appveyor.yml
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / appveyor.yml
1 environment:
2   matrix:
3     # LTS is our most important target
4     - nodejs_version: "4"
5     # next LTS and master is next most important
6     - nodejs_version: "6"
7     # still in LTS maintenance until fall 2016
8     # (also still in wide use)
9     - nodejs_version: "0.10"
10     # will be unsupported as soon as 6 becomes LTS and 7 released
11     - nodejs_version: "5"
12     # technically in LTS / distros, unbeloved
13     - nodejs_version: "0.12"
14   COVERALLS_REPO_TOKEN:
15     secure: XdC0aySefK0HLh1GNk6aKrzZPbCfPQLyA4mYtFGEp4DrTuZA/iuCUS0LDqFYO8JQ
16 platform:
17   - x86
18   - x64
19 install:
20   - ps: Install-Product node $env:nodejs_version $env:platform
21   - npm config set spin false
22   - npm rebuild
23   - node . install -g .
24   - set "PATH=%APPDATA%\npm;C:\Program Files\Git\mingw64\libexec;%PATH%"
25   - npm install --loglevel=http
26 test_script:
27   - node --version
28   - npm --version
29   - npm test
30 notifications:
31 - provider: Slack
32   incoming_webhook:
33     secure: vXiG5AgpqxJsXZ0N0CTYDuVrX6RMjBybZKtOx6IbRxCyjgd+DAx6Z9/0XgYQjuof7QFJY3M/U6HxaREQVYbNVHA+C5N5dNALRbKzAC8QNbA=
34 # GO_FAST
35 matrix:
36   fast_finish: true
37 # we don't need the builds, we just need tests
38 build: off