From 76366fc1d9fe5d0a25d364c917597d4ac62f3b18 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Fri, 1 Dec 2017 16:31:27 +0800 Subject: Travis CI config updated and typo fixed. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 8285809..f4e5c0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ go: script: - go vet ./... - - go test -v -coverprofile=coverage.txt -covermode=atomic + - go test ./... -v -coverprofile=coverage.txt -covermode=atomic after_success: - bash <(curl -s https://codecov.io/bash) -- cgit v1.2.1