From 85fcc389f23630d2f1830154a3f6e0b0641d3263 Mon Sep 17 00:00:00 2001 From: Akshay Karle <1443108+akshaykarle@users.noreply.github.com> Date: Tue, 9 Jan 2018 16:59:08 -0300 Subject: [PATCH] skip failures on go master --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 049f1b66..044a8a72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ script: matrix: fast_finish: true allow_failures: - - go: tip + - go: master