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 ./...