Exclude special directories from tests on Travis

This commit is contained in:
Marius 2016-01-05 19:21:59 +01:00
parent 83f71dcd92
commit 4b38221157
1 changed files with 1 additions and 1 deletions

View File

@ -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