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: 73d2f7df51f46bb951e5277f5064c3cc9899b633 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
sudo: false

language: node_js

node_js:
  - "0.10"
  - "4"
  - "6"
  - "7"

matrix:
  fast_finish: true

cache:
  directories:
    - node_modules