mirror of
https://github.com/stretchr/testify.git
synced 2025-04-27 13:13:19 +00:00
Revert "Fix TravisCI script"
This reverts commit 7058427b48e634799b752b1c151246292221f404.
This commit is contained in:
parent
d893331bef
commit
43bc313c8e
10
.travis.yml
10
.travis.yml
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user