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