language: node_js
node_js:
  - "node"
  - "8"
  - "7"
  - "6"

script:
  - npm run test
  - npm run build
