diff --git a/.travis.yml b/.travis.yml index 0a73339..9ae83b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ language: go go: + - 1.16 - 1.15 - 1.14 -install: - - go mod install +env: + - GO111MODULE=on script: - go test -v -race -coverprofile=coverage.txt -covermode=atomic