language: node_js
node_js:
  - 'node'
  - '8'
  - '6'
after_script:
  - make coveralls
