Let go tip fail, add vendor flag for 1.5

This commit is contained in:
Zachary Gershman 2016-03-16 17:00:51 -07:00
parent 48ff0e472a
commit 72eddd1cf1

View File

@ -7,10 +7,15 @@ go:
- 1.6
- tip
matrix:
allow_failures:
- go: tip
env:
global:
- TOOLS_CMD=golang.org/x/tools/cmd
- PATH=$GOROOT/bin:$PATH
- GO15VENDOREXPERIMENT=1
install:
- go get ${TOOLS_CMD}/vet