language: node_js

node_js:
  - '6'
  - '4'

after_script:
  - npm run cover
