language: node_js
node_js:
  - 8
install: 
  - npm install
  - npm install -g codecov
before_script: 
  - npm run build
script:
  - codecov