Update TravisCI to fail if dependencies are missing in go.mod

This commit is contained in:
Friedrich Große 2019-05-30 14:47:19 +02:00
parent 23171aea6c
commit 109cb03fae
1 changed files with 2 additions and 7 deletions

View File

@ -20,12 +20,7 @@ services:
go: go:
- tip - tip
- 1.8.x - 1.12.x
- 1.7.4
install:
- go get -t ./...
script: script:
- go test -i -race ./... - go test -v -race -mod=readonly ./...
- go test -v -race ./...