language: node_js
node_js:
  - "6.0"
after_script:
  - npm run test
sudo: false
