From 33dfc0f4c47924bd3530506027bd11f0176135ae Mon Sep 17 00:00:00 2001 From: Karan Misra Date: Sun, 23 Mar 2014 04:59:53 +0530 Subject: [PATCH] ci: clean up test output --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f5c092..e25f3c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,5 @@ go: - tip script: - - go test ./... + - go test ./... | grep -v 'no test files' - pushd samples && find . -name "*.go" -exec go build {} \; && popd