From 65458dbea422e0b45eba0c754ab7a10a685b514b Mon Sep 17 00:00:00 2001 From: Pablo Ovelleiro Corral Date: Thu, 18 Apr 2019 20:37:30 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d4c5e54..d5ccb61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ go: #- go get github.com/mattn/goveralls script: - - go build -x -v ./cmd/main.go + - go build -x -v - go test -race -coverprofile=coverage.txt -covermode=atomic -a -x -v *.go notifications: