diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f7108a84..5ea8b20d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: - go get -u "github.com/stretchr/testify/assert" script: - - go test ./... -race -v -coverprofile=coverage.txt -covermode=atomic + - go test -race -v -coverprofile=coverage.txt -covermode=atomic after_success: - bash <(curl -s https://codecov.io/bash) |