Skip to content

Commit

Permalink
travis: always build against tip
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rakyll committed May 20, 2016
1 parent e86e271 commit c406a4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: go

go:
- 1.3
- 1.4
- tip

install:
- export GOPATH="$HOME/gopath"
Expand Down

0 comments on commit c406a4c

Please sign in to comment.