From 3c9486db836479eed39b8db7cc079ab73654eac0 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Sun, 8 Jan 2017 12:44:43 +0000 Subject: [PATCH 1/3] CI against golang tip (though ignore errors) Run the CI tests against the tip golang version, though ignore the errors (if their are any) Should give us a heads up of breaking changes to the languages --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f2863e7..8d29831 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,10 @@ go: - 1.5.4 - 1.6.3 - 1.7.3 - + - go: tip +allow_failures: + - go: tip + sudo : false notifications: From 09461c081203bf39278d07ba2f37d9fc37aeb7a7 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Sun, 8 Jan 2017 12:45:18 +0000 Subject: [PATCH 2/3] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8d29831..ded39ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ go: - 1.5.4 - 1.6.3 - 1.7.3 - - go: tip + - tip allow_failures: - go: tip From 5bfd5f040ee214de727b5fbc5da646950262063b Mon Sep 17 00:00:00 2001 From: John R Barker Date: Sun, 8 Jan 2017 12:49:09 +0000 Subject: [PATCH 3/3] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ded39ca..323089e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ go: - 1.7.3 - tip allow_failures: - - go: tip + - tip sudo : false