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

.travis.yml - github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cf9b53fa852da0bd5c6ad0c6074e8d550b8b5510 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: node_js

node_js:
  - "6"
  - "8"
  - "10"
  - "12"

matrix:
  fast_finish: true

cache: npm

notifications:
    email: false