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

.travis.yml - github.com/twbs/grunt-css-flip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3cb8101e8a4944f63597e444ede1a587b49a5890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
sudo: false
language: node_js
node_js:
  - "5"
  - "4"
  - "0.12"
  - "0.10"
install:
  - npm install -g grunt-cli
  - npm install
matrix:
  fast_finish: true