diff --git a/.travis.yml b/.travis.yml index df200c1..f5a6465 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ language: go -script: +before_install: - make tests +script: + - go test -v -race -timeout 60m -coverprofile=coverage.txt -covermode=atomic ./... + after_success: - bash <(curl -s https://codecov.io/bash) \ No newline at end of file