From: Bjørn Erik Pedersen Date: Sat, 30 Jul 2016 17:37:15 +0000 (+0200) Subject: Disable Go 1.5.4 in Travis X-Git-Tag: v0.17~203 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=802d43cbfdb053adb1e0dc72e7b0ae0174c24525;p=brevno-suite%2Fhugo Disable Go 1.5.4 in Travis There is one failing test there now, a odd filesystem issue. Since Go 1.7 is only "days" away, I'm not spending time debugging this. --- diff --git a/.travis.yml b/.travis.yml index 0885e3df..a75961d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: go sudo: required go: - - 1.5.4 - 1.6.3 - tip os: