language: node_js

node_js:
  - "0.12"
  - "iojs"

after_script:
  - npm run cover
  - npm run coveralls