From: Bjørn Erik Pedersen Date: Wed, 13 Apr 2016 14:17:43 +0000 (+0200) Subject: Update Travis config to Go 1.5.4 and 1.6.1 X-Git-Tag: v0.16~72 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dc8659c5;p=brevno-suite%2Fhugo Update Travis config to Go 1.5.4 and 1.6.1 --- diff --git a/.travis.yml b/.travis.yml index fc834b60..81933900 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: go sudo: false go: - - 1.5.3 - - 1.6 + - 1.5.4 + - 1.6.1 - tip os: - linux