From 7538d73b4eb9511d85a9f1dfef202eeb8ac260f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 17 Feb 2017 17:38:17 +0100 Subject: [PATCH] travis: Bump to Go 1.7.5 and 1.8 (Yay!) --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e793edb..d4c2559 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,8 @@ go_import_path: github.com/spf13/viper language: go go: - - 1.5.4 - - 1.6.3 - - 1.7 + - 1.7.5 + - 1.8 - tip os: