language: node_js env: CI=true sudo: false node_js: - '8.16' - '10.16' after_script: - gulp test after_success: ./node_modules/.bin/coveralls --verbose < coverage/lcov.info