summaryrefslogtreecommitdiff
path: root/deps/npm/.travis.yml
blob: d4cef3e3d1517543350be646c90c2ee6c8c62a78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: node_js
node_js:
  # LTS is our most important target
  - "4"
  # next LTS and master is next most important
  - "6"
  # still in LTS maintenance until fall 2016
  # (also still in wide use)
  - "0.10"
  # will be unsupported as soon as 6 becomes LTS and 7 released
  - "5"
  # technically in LTS / distros, unbeloved
  - "0.12"
env:
  - DEPLOY_VERSION=testing
before_install:
  - "npm config set spin false"
  - "node . install -g ."
  - "mkdir -p /var/run/couchdb"
sudo: false
script: "npm test"
notifications:
    slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8