Remove coverage from travis (#1431)

This commit is contained in:
Preston Van Loon
2019-01-30 05:19:52 -05:00
committed by GitHub
parent c0f36e467b
commit da891edca4

View File

@@ -10,16 +10,7 @@ matrix:
script:
-
go get github.com/alecthomas/gometalinter && gometalinter --install && gometalinter ./...
- os: linux
go: 1.11.x
env:
- coverage
script:
- ./scripts/coverage.sh
- bash <(curl -s https://codecov.io/bash)
notifications:
email: false
after_success:
- wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh
- chmod +x send.sh