From 802d43cbfdb053adb1e0dc72e7b0ae0174c24525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 30 Jul 2016 19:37:15 +0200 Subject: [PATCH] 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. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0885e3df5..a75961d48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: go sudo: required go: - - 1.5.4 - 1.6.3 - tip os: