diff --git a/.travis.yml b/.travis.yml index cf7f94759..630f4078d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,9 @@ install: - go mod tidy -v script: - golint -set_exit_status ./... - - go test -race -coverprofile=coverage.txt -covermode=atomic ./... + - go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... after_success: - bash <(curl -s https://codecov.io/bash) matrix: allow_failures: - - go: tip \ No newline at end of file + - go: tip