From bed3662e64881f2eb8828937427d9e0ab1893654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JG=C2=B2?= Date: Tue, 14 Jun 2016 07:55:22 +0200 Subject: [PATCH] travis: allow golang 'tip' failures (#202) --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8bac1448c4..aca26e8686 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,3 +30,7 @@ addons: notifications: email: false + +matrix: + allow_failures: + - go: tip \ No newline at end of file