mirror of https://github.com/docker/docs.git
Update Travis to only gofmt against Go 1.3
Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
This commit is contained in:
parent
b7e2482e4d
commit
08af13a77f
|
@ -16,5 +16,5 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- bash "$DOCKER_PATH/project/make/validate-dco"
|
- bash "$DOCKER_PATH/project/make/validate-dco"
|
||||||
- bash "$DOCKER_PATH/project/make/validate-gofmt"
|
- if [[ "$TRAVIS_GO_VERSION" == 1.3* ]]; then bash "$DOCKER_PATH/project/make/validate-gofmt"; fi
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
|
|
Loading…
Reference in New Issue