1language: node_js
2node_js:
3  - "4"
4  - "6"
5  - "7"
6  - "8"
7after_script:
8  - coveralls < coverage/lcov.info
9