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: 81c0814189c7b93f7514e066e9cea1864008e157 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: node_js
before_install:
  - curl --location http://git.io/1OcIZA | bash -s
node_js:
  - 0.8
  - 0.10
  - 0.11
branches:
  only:
    - master
notifications:
  email:
    - rod@vagg.org
script: npm test