diff --git a/.travis.yml b/.travis.yml index 278d460..08e3b31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ cache: script: - go build ./... - - go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... + - travis_wait go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... after_success: - bash <(curl -s https://codecov.io/bash)