diff --git a/.travis.yml b/.travis.yml index 286df5f..3bb1c1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: go go: - - "1.10" + - "1.11" script: go test -race -coverprofile=coverage.txt -covermode=atomic after_script: bash <(curl -s https://codecov.io/bash)