koa-lite/.travis.yml

9 lines
185 B
YAML

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