Exclude .hooks direcory from tests
This commit is contained in:
parent
d5d0452c36
commit
c542a657ff
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue