From 7ed2d450369b71a9c88d0fb06d3094e675f5f380 Mon Sep 17 00:00:00 2001 From: Julien Garcia Gonzalez Date: Mon, 13 Jun 2016 09:30:26 +0200 Subject: [PATCH 1/2] travis: Remove 'tip' until 'gimme' fixed --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8bac1448c4..aafe381f1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: go go: - 1.6 - 1.5 - - tip + # - tip sudo: false From cbad2f37fa07d3a526ab29af30d79f554d4bb6dc Mon Sep 17 00:00:00 2001 From: jgsqware Date: Tue, 14 Jun 2016 07:13:38 +0200 Subject: [PATCH 2/2] travis:Update matrix to not allow_failure on tip --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aafe381f1d..aca26e8686 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: go go: - 1.6 - 1.5 - # - tip + - tip sudo: false @@ -30,3 +30,7 @@ addons: notifications: email: false + +matrix: + allow_failures: + - go: tip \ No newline at end of file