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

.travis.yml « dezalgo « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e1bcee1acd90c1fc4a01826e321d7a3bfcdb2808 (plain)
1
2
3
4
5
6
7
language: node_js
before_script: npm install -g npm@latest
node_js:
  - '0.8'
  - '0.10'
  - '0.12'
  - 'iojs'