Merge pull request #777 from estesp/travis-update
Ignore `./vendor` content in travis git-validation
This commit is contained in:
commit
c4556fcea9
@ -29,9 +29,9 @@ install:
|
||||
script:
|
||||
- export GOOS=$TRAVIS_GOOS
|
||||
- export CGO_ENABLED=$TRAVIS_CGO_ENABLED
|
||||
- GIT_CHECK_EXCLUDE="./vendor" TRAVIS_COMMIT_RANGE="${TRAVIS_COMMIT_RANGE/.../..}" make dco
|
||||
- make fmt
|
||||
- make binaries
|
||||
- TRAVIS_COMMIT_RANGE="${TRAVIS_COMMIT_RANGE/.../..}" make dco
|
||||
- if [ "$GOOS" != "windows" ]; then make coverage ; fi
|
||||
- if [ "$GOOS" != "windows" ]; then sudo PATH=$PATH GOPATH=$GOPATH make root-coverage ; fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user