diff --git a/.travis.yml b/.travis.yml index 0a73339..5471768 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ go: - 1.14 install: - - go mod install + - go mod download script: - go test -v -race -coverprofile=coverage.txt -covermode=atomic