cylon/.travis.yml

11 lines
267 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:
- npm install -g codeclimate-test-reporter
- make cover
- CODECLIMATE_REPO_TOKEN=d3aad610220b6eaf4f51e38393c1b62586b1d68b898b42e418d9c2a8e0a7cb0d codeclimate < coverage/lcov.info
2013-10-18 14:55:48 +08:00
node_js:
- '0.10'
2013-11-16 01:44:23 +08:00
branches:
except:
- cylonjs.com