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