Skip to content

Commit e648088

Browse files
committed
feat(travis): add Go 1.6 support
This removes `go tip` support, since tip is under very active dev right now. It's already broken at least one build.
1 parent 20cd6d3 commit e648088

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: go
22
sudo: required
33
go:
44
- 1.5
5-
- tip
5+
- 1.6
66
env:
77
- GO15VENDOREXPERIMENT=1
88
install:

0 commit comments

Comments
 (0)