koa-lite/.travis.yml

10 lines
199 B
YAML

language: node_js
node_js:
- "0.12"
- "iojs-v1"
- "iojs-v2"
- "iojs-v3"
sudo: false
script: "make test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"