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

.travis.yml « libnpmsearch « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db5ea8b0186403de3b5cffe93e3f00e458688935 (plain)
1
2
3
4
5
6
7
language: node_js
sudo: false
node_js:
  - "10"
  - "9"
  - "8"
  - "6"