Update Travis to only gofmt against Go 1.3

Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
This commit is contained in:
Tianon Gravi 2014-12-29 21:21:46 -07:00
parent b7e2482e4d
commit 08af13a77f
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ install:
script:
- 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 ./...