TravisCI vendor before testing

This commit is contained in:
Filipe Santos
2019-11-06 11:03:18 +13:00
parent 442cb1ea5b
commit 0a03b1a8b5

View File

@@ -10,4 +10,5 @@ go:
- tip
script:
- go test -v ./...
- go mod vendor
- go test -mod vendor -race -v ./...