travis: Exclude Godeps from gofmt validation.

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi 2015-01-27 16:57:26 -08:00
parent 0c446154d4
commit 23302fca3e
1 changed files with 1 additions and 0 deletions

View File

@ -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