cylon/.travis.yml

8 lines
242 B
YAML
Raw Normal View History

2013-10-18 14:55:48 +08:00
language: node_js
2014-05-22 10:35:09 +08:00
script:
2014-12-16 03:53:10 +08:00
- npm install -g istanbul jshint codeclimate-test-reporter
- make ci
2014-05-22 10:36:45 +08:00
- CODECLIMATE_REPO_TOKEN=d3aad610220b6eaf4f51e38393c1b62586b1d68b898b42e418d9c2a8e0a7cb0d codeclimate < coverage/lcov.info
2013-10-18 14:55:48 +08:00
node_js:
- '0.10'