Skip to content

Commit

Permalink
remove Go1.6 of the travis tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mna committed Feb 15, 2016
1 parent 27fca36 commit bdbe1ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: go

go:
- 1.6
- tip

4 changes: 2 additions & 2 deletions rehttp.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
//
// This package requires Go version 1.6+, since it uses the new
// http.Request.Cancel field in order to cancel requests. It doesn't
// implement the deprecated Transport.CancelRequest method
// implement the deprecated http.Transport.CancelRequest method
// (https://golang.org/pkg/net/http/#Transport.CancelRequest).
//
// It should work on Go1.5, but only if there is no timeout set on the
// *http.Client. Go's stdlib will return an error on the first request
// if that's the case, because it requires a `RoundTripper` that
// implements the (now deprecated in Go1.6) `CancelRequest` method.
// implements the CancelRequest method.
//
package rehttp

Expand Down

0 comments on commit bdbe1ea

Please sign in to comment.