For now, do not have travis build tip.
The location of go vet moved but the new version only works with tip while the old one works with release. So for now, not building tip.
This commit is contained in:
parent
d87778df6d
commit
503670f7a5
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ language: go
|
||||||
go:
|
go:
|
||||||
- 1.2
|
- 1.2
|
||||||
- release
|
- release
|
||||||
- tip
|
|
||||||
install:
|
install:
|
||||||
- go get -d -t -v ./...
|
- go get -d -t -v ./...
|
||||||
- go get -v code.google.com/p/go.tools/cmd/vet
|
- go get -v code.google.com/p/go.tools/cmd/vet
|
||||||
|
|
Loading…
Reference in a new issue