language: node_js
node_js:
  - '8'
  - '6'
after_script:
  - 'cat coverage/lcov.info | ./node_modules/.bin/coveralls'
