From 9ec4d8f8500e68432ca7fd86256a9676e2a9c286 Mon Sep 17 00:00:00 2001 From: frozenkp Date: Mon, 4 Jun 2018 14:53:43 +0800 Subject: [PATCH] script update --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1181901..92a3f8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ install: - go get -v ./... script: - - go test -race -coverprofile=coverage.txt -covermode=atomic + - go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... after_success: - bash <(curl -s https://codecov.io/bash)