diff --git a/.travis.yml b/.travis.yml index 0d34586..3a99691 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_install: - go get -t -v ./... script: - - go test -race -coverprofile=coverage.txt -covermode=atomic + - go test ./... -race -coverprofile=coverage.txt -covermode=atomic after_success: - bash <(curl -s https://codecov.io/bash)