feed
Version:
Feed is a RSS, Atom and JSON feed generator for Node.js, making content syndication simple and intuitive!
14 lines (13 loc) • 308 B
YAML
language: node_js
node_js:
- "node"
cache:
directories:
- node_modules
before_install:
- export TZ=Europe/London
script:
- "npm run-script test-travis"
after_script:
- "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
- "codeclimate-test-reporter < ./coverage/lcov.info"