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