From: Anthony Fok Date: Thu, 30 Jun 2016 05:05:48 +0000 (-0600) Subject: Update Travis config to Go 1.6.2 X-Git-Tag: v0.17~266 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5572e3496b97ace93fea88cdbcf4dfce93e8adc2;p=brevno-suite%2Fhugo Update Travis config to Go 1.6.2 --- diff --git a/.travis.yml b/.travis.yml index 81933900..310df39d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: go sudo: false go: - 1.5.4 - - 1.6.1 + - 1.6.2 - tip os: - linux