cylon/.travis.yml

11 lines
302 B
YAML
Raw Normal View History

2013-10-18 14:55:48 +08:00
language: node_js
sudo: false
2015-01-08 04:49:11 +08:00
node_js: '0.10'
2015-01-15 03:57:53 +08:00
before_install:
- "mkdir ~/.npm"
2015-01-08 04:49:11 +08:00
before_script:
2015-01-15 03:57:53 +08:00
- npm install -g istanbul jshint codeclimate-test-reporter
2015-01-08 04:49:11 +08:00
script:
2015-01-15 03:57:53 +08:00
- make ci
- CODECLIMATE_REPO_TOKEN=d3aad610220b6eaf4f51e38393c1b62586b1d68b898b42e418d9c2a8e0a7cb0d codeclimate < coverage/lcov.info