]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/.travis.yml
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / .travis.yml
1 sudo: false
2 # need to declare the language as well as the matrix below
3 language: node_js
4 # having top-level `env:` adds a phantom build
5 # https://github.com/travis-ci/travis-ci/issues/4681
6 #env: DEPLOY_VERSION=testing
7 matrix:
8   include:
9     # LTS is our most important target
10     - node_js: "4"
11       # DEPLOY_VERSION is used to set the couchapp setup mode for test/tap/registry.js
12       # only gather coverage info for LTS
13       env: DEPLOY_VERSION=testing COVERALLS_REPO_TOKEN="$COVERALLS_OPTIONAL_TOKEN"
14     # next LTS and master is next most important
15     - node_js: "6"
16       env: DEPLOY_VERSION=testing
17     # still in LTS maintenance until fall 2016 (also still in wide use)
18     - node_js: "0.10"
19       env: DEPLOY_VERSION=testing
20     # will be unsupported as soon as 6 becomes LTS and 7 released
21     - node_js: "5"
22       env: DEPLOY_VERSION=testing
23     # technically in LTS / distros, unbeloved
24     - node_js: "0.12"
25       env: DEPLOY_VERSION=testing
26 before_install:
27   # explicitly install rimraf for LTS self-install
28   - "npm install -g rimraf"
29   - "node . install -g ."
30   # required by test/tap/registry.js
31   - "mkdir -p /var/run/couchdb"
32 notifications:
33     slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8