language: node_js

node_js:
  - node
  - 10
  - 8
  - 6

after_script:
  - npm run test

sudo: false
