language: node_js
script: npm run test && npm run report:coveralls
node_js:
  - "5.5.0"
