From e08038115b52909a0fac16484fb7be5bad8afa85 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 29 Mar 2016 15:49:48 -0500 Subject: [PATCH] TravisCI: Remove Go 1.4.3 tests. Since the latest golint no longer works with on Go 1.4 and Go 1.4 is no longer officially supported by btcsuite, remove it from the configurations tested by TravisCI. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4827c2a4..da23908e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: go go: - - 1.4.3 - 1.5.3 - 1.6 sudo: false