diff --git a/.travis.yml b/.travis.yml index 80b1e6a..66908aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ go: - master script: - - make test + - go test -race -coverprofile=coverage.txt -covermode=atomic -v . notifications: email: false