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

.travis.yml « safe-buffer « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7b20f28cb01a0ce5445a401c3ec1bc92f96fe10d (plain)
1
2
3
4
5
6
7
language: node_js
node_js:
  - 'node'
  - '5'
  - '4'
  - '0.12'
  - '0.10'