From a6dc81a38ea5a814ee11c869eea088e45c06a27e Mon Sep 17 00:00:00 2001 From: James Shubin Date: Mon, 28 Mar 2016 21:28:08 -0400 Subject: [PATCH] Allow failures in 1.4.x because of etcd problem The error seen is: req.Cancel undefined (type *http.Request has no field or method Cancel) And is possibly the result of something etcd folks changed. Sadly, the fast building 1.4.x won't work at the moment :( --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 583b2847..7967f865 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ script: 'make test' matrix: allow_failures: - go: tip + - go: 1.4.3 notifications: irc: channels: