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

.travis.yml « materialize « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0f4169e7a5c82c775ac47c8223ccbc0b0f664543 (plain)
1
2
3
4
5
6
7
language: node_js
node_js:
  - "0.12"
before_install:
  - npm install -g grunt-cli
git:
  depth: 10