UNPKG

cfx.simple-build-tool

Version:

18 lines (14 loc) 216 B
language: node_js sudo: false node_js: - "0.10" - "0.12" - "4" - "6" after_success: - npm run coverage - npm i codecov - codecov -f ./coverage/lcov.info notifications: email: on_success: never