diff --git a/.travis.yml b/.travis.yml index 4a36b80..1772ebe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,4 @@ install: script: - go test -v ./... - - go test -coverprofile=cover.out -v - - go tool cover -html=cover.out -o coverage.html || true + - go test -coverprofile=cover.out && go tool cover -html=cover.out -o coverage.html || true