koa-lite/.travis.yml
2015-08-20 01:01:27 +08:00

9 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"