(build) temporarily disable codecov while debugging travis

This commit is contained in:
Pam Selle 2020-03-25 15:37:38 -04:00
parent c7e2bace18
commit 34de1453ce
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ before_script:
script:
- make fmtcheck generate
- bash scripts/travis.sh
- make test
# - bash scripts/travis.sh
- go mod verify
- make e2etest
- GOOS=windows go build -mod=vendor