Fix TravisCI script

pull/839/head^2
Leigh McCulloch 2019-12-07 00:47:00 -08:00 committed by George Lesica
parent 60ab6cdfeb
commit d893331bef
1 changed files with 5 additions and 5 deletions

View File

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