From 5369e5af9da8df86ab8ed51b55d0b2b7ea32c4ec Mon Sep 17 00:00:00 2001 From: Naitik Shah Date: Thu, 10 Jul 2014 23:14:31 -0700 Subject: [PATCH] split cover & race for accurate line numbers --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8d0c431..2cc62c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,5 @@ install: script: - go vet ./... - $HOME/gopath/bin/golint . - - go test -cpu=2 -race -cover -v ./... + - go test -cpu=2 -race -v ./... + - go test -cpu=2 -covermode=atomic ./...