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: 60eacddd836c5d622f7e09c1158a48b414401d5f (plain)
1
2
3
4
5
node_js:
  - '0.10'
before_script:
  - 'npm install -g grunt-cli'
script: "npm test"