Revert "Fix TravisCI script"

This reverts commit 7058427b48e634799b752b1c151246292221f404.
This commit is contained in:
Leigh McCulloch 2019-12-07 00:48:55 -08:00 committed by George Lesica
parent d893331bef
commit 43bc313c8e

View File

@ -20,8 +20,8 @@ matrix:
- go: "1.13.x"
env: GO111MODULE=on
- go: tip
script:
- ./.travis.gogenerate.sh
- ./.travis.gofmt.sh
- ./.travis.govet.sh
- go test -v -race $(go list ./... | grep -v vendor)
script:
- ./.travis.gogenerate.sh
- ./.travis.gofmt.sh
- ./.travis.govet.sh
- go test -v -race $(go list ./... | grep -v vendor)