From c406a4cc4ba462e5dc2f16225c5bd9488f9cbe10 Mon Sep 17 00:00:00 2001 From: Jaana Burcu Dogan Date: Fri, 20 May 2016 11:48:49 -0700 Subject: [PATCH] travis: always build against tip x packages are not guranteed to build against previous versions of Go. The current build is failing because of: ../net/context/ctxhttp/ctxhttp.go:35: req.Cancel undefined Change-Id: Ib7ee48455c1c2d04aa6b82e2202a3796fcf3478d Reviewed-on: https://go-review.googlesource.com/23286 Reviewed-by: Brad Fitzpatrick --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a035125..fa139db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: go go: - - 1.3 - - 1.4 + - tip install: - export GOPATH="$HOME/gopath"