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

.travis.yml - github.com/jappix/jappix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 339c55a43c554ae6c7d8645fc8d4416a1ae24c4f (plain)
1
2
3
4
5
6
7
8
language: php
php:
  - 5.6
node_js:
  - '0.10'
before_script:
  - 'npm install -g grunt-cli'
script: "npm test"