language: node_js
node_js:
    - "io.js"

after_script: "npm run test-cov && cat ./coverage/lcov.info | coveralls"
