machine:
  node:
    version: v6.3.0
test:
  post:
    - nyc report --reporter=text-lcov > coverage.lcov && codecov
