From d7fa26dc20375771f4e2dddf8bef7924b0beac2f Mon Sep 17 00:00:00 2001 From: Wijnand Modderman-Lenstra Date: Fri, 18 Dec 2015 15:58:15 +0100 Subject: [PATCH] Updated .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 54afe0d..4d07d81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,5 @@ install: - go get -d -v ./... script: - - go test -v ./... + - go test -coverprofile=cover.out -v ./... + - go tool cover -html=cover.out -o coverage.html