Skip to content

Commit 14e4175

Browse files
committed
We no longer support without context
1 parent fe7ae0c commit 14e4175

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.travis.yml

-12
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,10 @@ language: go
33
matrix:
44
fast_finish: true
55
include:
6-
- go: 1.6
76
- go: 1.7
87
- go: master
98
allow_failures:
109
- go: master
11-
# go:
12-
# # - 1.0 This won't work with coveralls
13-
# # - 1.1 This won't work with coveralls
14-
# # - 1.2 This won't work with our XML wonderfulness
15-
# # - 1.3 This won't work with golint
16-
# # - 1.4 This won't work with golint
17-
# # - 1.5 This won't work with golint
18-
# - 1.6
19-
# - 1.7
20-
# # - tip
21-
2210
before_install:
2311
- go get -u -v github.com/axw/gocov/gocov
2412
- go get -u -v github.com/mattn/goveralls

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ GRequests is licensed under the Apache License, Version 2.0. See [LICENSE](LICEN
1313
Features
1414
========
1515

16-
- Asynchronous and synchronous functionality built in
17-
- Works with every version of Go from 1.3
1816
- Responses can be serialized into JSON and XML
1917
- Easy file uploads
2018
- Easy file downloads

0 commit comments

Comments
 (0)