travis ci config update

This commit is contained in:
Francisco Hodge 2018-10-16 17:52:04 -04:00
parent 1500ba2f2b
commit d45b3329a7

View File

@ -6,7 +6,6 @@ install:
- npm install - npm install
script: script:
- npm run test -- --coverage - npm run test -- --coverage
- istanbul cover ./node_modules/mocha/bin/_mocha --reporter lcovonly -- -R spec
- codecov - codecov
after_success: after_success:
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh - wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh