diff --git a/.travis.yml b/.travis.yml index 0833941..4f6673c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: - go get -t -v ./... script: - - go test -race -coverprofile=coverage.txt -covermode=atomic + - go test -race -coverprofile=coverage.txt -covermode=atomic -v ./... - go vet -v ./... - gofmt -l . && test -z $(gofmt -l .)