Remove codecov from .travis.yml

- errored out when running the latest, but was adding coverage previously
This commit is contained in:
Matt Rider 2019-04-25 19:09:31 -03:00
parent f72a6e8a42
commit 341e4b9c9f

View File

@ -10,7 +10,6 @@ addons:
before_install:
- yarn global add wait-on
- yarn global add codecov
- yarn install
- cp cypress.env.template.json cypress.env.json
@ -32,7 +31,6 @@ script:
- yarn run cypress:run
after_success:
- codecov --token=$CODECOV_TOKEN
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
- chmod +x send.sh
- ./send.sh success $WEBHOOK_URL