Skip to content

Commit 287336f

Browse files
committed
travis: rm broken go releases
Some dependencies no longer support go <= 1.3. github.com/davecgh/go-spew/spew and github.com/stretchr/objx depend on the "bytes" package, and github.com/pmezard/go-difflib/difflib depends on the "bufio" package. This change removes them from tested platforms in travis. It may make sense to explicitly doc the lack of support elsewhere.
1 parent 32d79c5 commit 287336f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ language: go
33
sudo: false
44

55
go:
6-
- 1.1 # broken?
7-
- 1.2 # broken?
8-
- 1.3 # broken?
96
- 1.4
107
- 1.5
118
- 1.6

0 commit comments

Comments
 (0)