From d518a32119e2587df02d1e0f21e9389c195308f6 Mon Sep 17 00:00:00 2001
From: Niall Sheridan <nsheridan@gmail.com>
Date: Wed, 25 Jan 2017 23:20:44 +0000
Subject: [PATCH] Building against tip is slow. Don't count rc as failures.

---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index cae73490..020f4a7f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,11 +9,10 @@ env:
 go:
   - 1.7.4
   - 1.8rc2
-  - tip
 
 matrix:
   allow_failures:
-    - go: tip
+    - go: 1.8rc2
 
 before_install:
   - go get -v github.com/golang/lint/golint
-- 
GitLab