language: node_js
  - "4.2.3"
install: npm install
script: npm test
