2014-07-18 21:53:04 +02:00
|
|
|
language: node_js
|
2015-04-30 11:30:41 +02:00
|
|
|
|
2014-07-18 21:53:04 +02:00
|
|
|
node_js:
|
|
|
|
- "0.10"
|
|
|
|
- "0.11"
|
2015-04-30 11:30:41 +02:00
|
|
|
- "0.12"
|
|
|
|
- "iojs"
|
|
|
|
- "iojs-v1.0.4"
|
|
|
|
|
|
|
|
sudo: false
|
|
|
|
|
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- node_modules
|
|
|
|
|
2015-04-30 12:37:57 +02:00
|
|
|
script: gulp ci
|
2015-05-02 21:31:51 +02:00
|
|
|
|
|
|
|
after_script:
|
|
|
|
- istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec
|
|
|
|
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
|
2015-07-09 17:19:42 +02:00
|
|
|
- cat ./coverage/lcov.info | ./node_modules/codeclimate-test-reporter/bin/codeclimate.js
|
2015-05-02 21:31:51 +02:00
|
|
|
- rm -rf ./coverage
|