Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml « ip « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a3a8fad6b6e3877d76acfeb965a19bebc11f7087 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sudo: false
language: node_js
node_js:
  - "0.8"
  - "0.10"
  - "0.12"
  - "4"
  - "6"

before_install:
  - travis_retry npm install -g npm@2.14.5
  - travis_retry npm install

script:
  - npm test