diff --git a/.travis.yml b/.travis.yml index 3596aad..b044218 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ git: depth: 1 env: - GO111MODULE=on # go modules are the default -go: [1.12.x, 1.13.x] +go: [1.12.x, 1.13.x, 1.14.x] script: - go test -race -v -coverprofile=coverage.txt -covermode=atomic ./... services: