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

.travis.yml - github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fede2820d33e904685c72ec50663b8d9b6f4d4d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: node_js
git:
  depth: 3
node_js:
  - "6"
  - "8"
  - "10"
install:
  - npm install
script:
  - npm test
cache:
  directories:
    - node_modules
notifications:
  email: false