From b36a1fcdbe0adc7a034b64647e8b35ec71e57f83 Mon Sep 17 00:00:00 2001 From: John Weldon Date: Thu, 24 Aug 2017 10:45:31 -0700 Subject: [PATCH] Update Travis - Add 1.8 to build versions - Move lint and vet versions up (1.7, 1.8, tip) --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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