node/deps/npm/node_modules/request/.travis.yml

12 lines
533 B
YAML
Raw Normal View History

2013-12-12 02:20:26 +08:00
language: node_js
node_js:
2014-09-17 06:38:50 +08:00
- "0.8"
- "0.10"
before_install: npm install -g npm@~1.4.6
after_script: ./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape tests/test-*.js --report lcovonly && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose
2014-11-05 07:08:12 +08:00
webhooks:
urls: https://webhooks.gitter.im/e/237280ed4796c19cc626
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false