travis: remove go tip builds
I don't really see a good reason for running a build against Go tip. This probably made more sense in the earlier days of Golang, but now IMHO it's just wasting cycles for not much benefit. /cc @jen20 @mitchellh
This commit is contained in:
parent
7e2c8d2118
commit
d8022645ba
|
@ -4,7 +4,6 @@ language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.5
|
- 1.5
|
||||||
- tip
|
|
||||||
|
|
||||||
install: make updatedeps
|
install: make updatedeps
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue