update ci test for travis

This commit is contained in:
Lei Xue
2018-11-18 17:26:27 +08:00
parent 8af6a91545
commit 6fe661849a
3 changed files with 3 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ set -o pipefail
find_files() {
find . -not \( \
\( \
-wholename '*/Godeps/*' \
-wholename '*/vendor/*' \
\) -prune \
\) -name '*.go'
}