mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Remove codecov from .travis.yml
- errored out when running the latest, but was adding coverage previously
This commit is contained in:
parent
f72a6e8a42
commit
341e4b9c9f
@ -10,7 +10,6 @@ addons:
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- yarn global add wait-on
|
- yarn global add wait-on
|
||||||
- yarn global add codecov
|
|
||||||
- yarn install
|
- yarn install
|
||||||
- cp cypress.env.template.json cypress.env.json
|
- cp cypress.env.template.json cypress.env.json
|
||||||
|
|
||||||
@ -32,7 +31,6 @@ script:
|
|||||||
- yarn run cypress:run
|
- yarn run cypress:run
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- codecov --token=$CODECOV_TOKEN
|
|
||||||
- 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
|
||||||
- chmod +x send.sh
|
- chmod +x send.sh
|
||||||
- ./send.sh success $WEBHOOK_URL
|
- ./send.sh success $WEBHOOK_URL
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user