diff --git a/.travis.yml b/.travis.yml index 2b27c75..357432d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: -- "1.10" +- "1.11" after_success: - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash