language: node_js
node_js:
  - '8'
  - '6'
after_success: ./node_modules/.bin/coveralls --verbose < coverage/lcov.info
