diff --git a/.travis.yml b/.travis.yml index 4d07d81..4a36b80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,6 @@ install: - go get -d -v ./... script: - - go test -coverprofile=cover.out -v ./... - - go tool cover -html=cover.out -o coverage.html + - go test -v ./... + - go test -coverprofile=cover.out -v + - go tool cover -html=cover.out -o coverage.html || true