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: e069fa9085a5037c642ffae48684afc3a388191a (plain)
1
2
3
4
5
6
7
8
9
10
11
sudo: false
language: node_js
node_js:
  - "5"
  - "4"
  - "0.12"
  - "0.10"
before_script:
  - "npm install -g grunt-cli"
matrix:
  fast_finish: true