language: node_js
node_js:
  - "v6"
script: "npm run-script test-travis"
after_script: "cat ./coverage/lcov.info | coveralls"
