travis: disable install step
This commit is contained in:
parent
46fffdfc81
commit
02d38843cb
@ -9,6 +9,9 @@ sudo: false
|
||||
before_install:
|
||||
- export GO15VENDOREXPERIMENT=1
|
||||
|
||||
install:
|
||||
- echo 'nop'
|
||||
|
||||
script:
|
||||
- go test -v $(go list ./... | grep -v /vendor/)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user