.travis.yml (108B)
1 language: node_js 2 node_js: 3 - "4" 4 - "6" 5 - "7" 6 - "8" 7 after_script: 8 - coveralls < coverage/lcov.info