Don't run go test on .glide cache folder

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2017-01-23 14:48:55 +01:00
parent d15a17b634
commit 68bd24d065

View file

@ -17,6 +17,7 @@ find_dirs() {
find . -not \( \
\( \
-path './integration/*' \
-o -path './.glide/*' \
-o -path './vendor/*' \
-o -path './.git/*' \
\) \