From b289c8495868e15d19a1631446b6f2ecda43bc0e Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Thu, 1 Jun 2017 15:45:34 +0200 Subject: [PATCH] [fix] correct dependency gathering in travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 94a2558..97ddf69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ os: env: - "PATH=/home/travis/gopath/bin:$PATH" script: + - test -z "$(go get -a)" - test -z "$(gofmt -l ./)" - test -z "$(go vet -v ./...)" - go test ./...