mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Remove coverage from travis (#1431)
This commit is contained in:
@@ -10,16 +10,7 @@ matrix:
|
|||||||
script:
|
script:
|
||||||
-
|
-
|
||||||
go get github.com/alecthomas/gometalinter && gometalinter --install && gometalinter ./...
|
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
|
email: false
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh
|
- wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh
|
||||||
- chmod +x send.sh
|
- chmod +x send.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user