language: node_js
install:
  - npm install
  - npm install -g codecov
node_js:
  - "node"
script:
  - npm test
  - codecov
