language: node_js
install:
  - npm install
  - npm run build
  - npm install -g codecov
script:
  - npm run cover
  - codecov
node_js:
- 6
- 7
