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: fa2b991d0096b1e1b0543c1799c63f5311bf07fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: node_js
git:
  depth: 3
node_js:
  - "6"
  - "8"
  - "10"
install:
  - npm install
cache:
  directories:
    - node_modules
notifications:
  email: false