language: node_js
node_js:
  - "6"

install:
  - npm install --dev

script:
  - npm run test:coverage

after_success:
  - bash <(curl -s https://codecov.io/bash)