diff --git a/.travis.yml b/.travis.yml index e32a2aa7..972a7366 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: go env: global: - - VET_VERSIONS="1.6 1.7 tip" - - LINT_VERSIONS="1.6 1.7 tip" + - VET_VERSIONS="1.7 1.8 tip" + - LINT_VERSIONS="1.7 1.8 tip" go: - 1.2 - 1.3 @@ -10,6 +10,7 @@ go: - 1.5 - 1.6 - 1.7 + - 1.8 - tip matrix: fast_finish: true