language: node_js
node_js:
  - '8.2'
  - '7.10'
  - '6.11' # LTS
  - '5.12'
script: npm run test
