travis: remove -v from go test

This commit is contained in:
Michael McLoughlin
2018-11-30 21:48:37 -08:00
parent 7ab57635f6
commit 0582a1884c

View File

@@ -3,4 +3,4 @@ go:
- 1.11.1
script:
- ./script/lint
- go test -v ./...
- go test ./...