mirror of https://github.com/docker/docs.git
travis: Exclude Godeps from gofmt validation.
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
0c446154d4
commit
23302fca3e
|
@ -33,6 +33,7 @@ install:
|
|||
mkdir -pv "$DOCKER_PATH/project/make";
|
||||
( cd "$DOCKER_PATH/project/make" && wget -c 'https://raw.githubusercontent.com/docker/docker/master/project/make/'{.validate,validate-dco,validate-gofmt} );
|
||||
sed -i 's!docker/docker!docker/swarm!' "$DOCKER_PATH/project/make/.validate";
|
||||
sed -i 's!\^vendor/!\^Godeps/!' "$DOCKER_PATH/project/make/validate-gofmt";
|
||||
fi
|
||||
# cross-compile the Go toolchain for the GOOS/GOARCH combo we're testing
|
||||
- if [ -z "$TRAVIS_GLOBAL_WTF" ]; then
|
||||
|
|
Loading…
Reference in New Issue