Update TravisCI to fail if dependencies are missing in go.mod
This commit is contained in:
parent
23171aea6c
commit
109cb03fae
|
@ -20,12 +20,7 @@ services:
|
|||
|
||||
go:
|
||||
- tip
|
||||
- 1.8.x
|
||||
- 1.7.4
|
||||
|
||||
install:
|
||||
- go get -t ./...
|
||||
- 1.12.x
|
||||
|
||||
script:
|
||||
- go test -i -race ./...
|
||||
- go test -v -race ./...
|
||||
- go test -v -race -mod=readonly ./...
|
||||
|
|
Loading…
Reference in New Issue