language: node_js
node_js:
  - "4.2.0"
script:
  - npm run buildjs && npm run test
