Skip to content

Commit c406a4c

Browse files
committed
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 <[email protected]>
1 parent e86e271 commit c406a4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: go
22

33
go:
4-
- 1.3
5-
- 1.4
4+
- tip
65

76
install:
87
- export GOPATH="$HOME/gopath"

0 commit comments

Comments
 (0)