machine:
  node:
    version: 4.8.4
general:
  artifacts:
    - coverage
test:
  post:
    - 'bash <(curl -s https://codecov.io/bash)'
