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:
Paul Hinze 2015-12-07 11:45:53 -06:00
parent 7e2c8d2118
commit d8022645ba
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ language: go
go:
- 1.5
- tip
install: make updatedeps