diff --git a/.travis.yml b/.travis.yml index 95b6cf7..8bf1edc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: go go: - - 1.6.x - - 1.7.x - - 1.8.x + - 1.10.x + - 1.11.x + - 1.12.x before_install: - go get github.com/mitchellh/gox @@ -32,5 +32,5 @@ deploy: - qqwry_windows_amd64.exe skip_cleanup: true on: - condition: $TRAVIS_GO_VERSION =~ ^1\.7\.[0-9]+$ + condition: $TRAVIS_GO_VERSION =~ ^1\.12\.[0-9]+$ tags: true