Travis: add -v to go test to catch stalling tests

This commit is contained in:
Filippo Valsorda 2015-10-06 22:04:31 +01:00
parent 691455cf79
commit 7463496b65
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ go:
- 1.4
- 1.5
script:
- go test -race -bench=.
- go test -race -v -bench=.