Let go tip fail, add vendor flag for 1.5
This commit is contained in:
parent
48ff0e472a
commit
72eddd1cf1
@ -7,10 +7,15 @@ go:
|
|||||||
- 1.6
|
- 1.6
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- go: tip
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- TOOLS_CMD=golang.org/x/tools/cmd
|
- TOOLS_CMD=golang.org/x/tools/cmd
|
||||||
- PATH=$GOROOT/bin:$PATH
|
- PATH=$GOROOT/bin:$PATH
|
||||||
|
- GO15VENDOREXPERIMENT=1
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get ${TOOLS_CMD}/vet
|
- go get ${TOOLS_CMD}/vet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user