Exclude .hooks direcory from tests

This commit is contained in:
Marius 2016-02-22 14:08:24 +01:00
parent d5d0452c36
commit c542a657ff
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ matrix:
- go: tip
install:
- export PACKAGES=$(find ./ -maxdepth 1 -type d -not \( -name ".git" -or -name "cmd" -or -name "vendor" -or -name "data" \))
- export PACKAGES=$(find ./ -maxdepth 1 -type d -not \( -name ".git" -or -name "cmd" -or -name "vendor" -or -name "data" -or -name ".hooks" \))
- rsync -r ./vendor/ $GOPATH/src
script: