Skip to content

Commit

Permalink
travis: Exclude Godeps from gofmt validation.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Luzzardi <[email protected]>
  • Loading branch information
aluzzardi committed Jan 28, 2015
1 parent 0c44615 commit 23302fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23302fc

Please sign in to comment.