From 537ec181bfded5730eaeb6b60073c585737e0e93 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Fri, 4 Mar 2016 14:44:50 -0800 Subject: [PATCH] travis: Allow failures on Go tip --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 62ec747f..e33691cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,9 @@ go: - 1.5.3 - 1.6 - tip +matrix: + allow_failures: + - go: tip env: global: - GO15VENDOREXPERIMENT="1"