From 0fadd4412baac2e1f82f6cb5e592e5b3bd073cce Mon Sep 17 00:00:00 2001 From: Wijnand Modderman-Lenstra Date: Fri, 18 Dec 2015 16:01:11 +0100 Subject: [PATCH] Updated .travis.yml --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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