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

.travis.yml « bl « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1e66ab257f7d3002c4d0322b09ba7594f2c652b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
sudo: false
language: node_js
node_js:
  - '6'
  - '8'
  - '10'
branches:
  only:
    - master
notifications:
  email:
    - rod@vagg.org
    - matteo.collina@gmail.com