diff --git a/.travis.yml b/.travis.yml index 0492d52..a564918 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,12 @@ language: go -go: 1.12.x +go: 1.13.x before_install: -- go get -t -v ./... +- go mod download script: -- go test -race -coverprofile=coverage.txt -covermode=atomic +- go test -race -cover -coverprofile=coverage.txt -covermode=atomic ./... after_success: - bash <(curl -s https://codecov.io/bash) \ No newline at end of file