From: Bjørn Erik Pedersen Date: Fri, 17 Feb 2017 16:39:33 +0000 (+0100) Subject: travis: Bump to Go 1.7.5 and 1.8 (Yay!) X-Git-Tag: v0.19~63 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b7aa2304;p=brevno-suite%2Fhugo travis: Bump to Go 1.7.5 and 1.8 (Yay!) --- diff --git a/.travis.yml b/.travis.yml index a43775d1..45d648e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: go sudo: required go: - - 1.6.4 - - 1.7.4 + - 1.7.5 + - 1.8 - tip os: - linux