diff --git a/.travis.yml b/.travis.yml index 410801f8..42b2995c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_script: - go get -u golang.org/x/lint/golint script: - - go test -v --race ./... + - go test --race ./... after_script: - test -z "$(gofmt -s -l -w . | tee /dev/stderr)"