From 1b5748e32829e6a665939ea4c8c59b3c56fc3735 Mon Sep 17 00:00:00 2001
From: Eugene Bujak <hmage@hmage.net>
Date: Fri, 7 Sep 2018 16:13:23 +0300
Subject: [PATCH] travis -- don't use slow master or tip builds, just specify
 1.x for latest go version

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

diff --git a/.travis.yml b/.travis.yml
index bcd2fdc7..78bf68c0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,7 @@ sudo: false
 go:
   - 1.10.x
   - 1.11.x
-  - master
-  - tip
+  - 1.x
 
 os:
   - linux