diff --git a/.travis.yml b/.travis.yml index 0ae1df5..dbf5741 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ language: go go: - 1.8.x - - tip + - 1.9.x + - 1.10.x before_install: - go get -t -v ./... @@ -11,4 +12,4 @@ script: - go test -race -coverprofile=coverage.txt -covermode=atomic after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash <(curl -s https://codecov.io/bash)