From 4b3822115750f9ccd162f6a101aa3af866030c07 Mon Sep 17 00:00:00 2001 From: Marius Date: Tue, 5 Jan 2016 19:21:59 +0100 Subject: [PATCH] Exclude special directories from tests on Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a03d91e..350071d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_install: - go get ./... script: -- go test ./... +- go test $(find ./ -maxdepth 1 -type d -not \( -name ".git" -or -name "cmd" -or -name "vendor" -or -name "data" \)) before_deploy: - go get github.com/laher/goxc