forked from Mirrors/oauth2
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 <bradfitz@golang.org>
This commit is contained in:
parent
e86e2718db
commit
c406a4cc4b
|
@ -1,8 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.3
|
- tip
|
||||||
- 1.4
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- export GOPATH="$HOME/gopath"
|
- export GOPATH="$HOME/gopath"
|
||||||
|
|
Loading…
Reference in New Issue