os:
  - linux
language: node_js
node_js:
  - node
  - 6
  - 4
script: npm test
after_success:
  - bash <(curl -s https://codecov.io/bash)
