mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
travis: use GO15VENDOREXPERIMENT
This commit is contained in:
parent
45cf31650c
commit
2f22ac662c
@ -17,8 +17,15 @@ addons:
|
||||
- libaspell-dev
|
||||
- libhunspell-dev
|
||||
|
||||
env:
|
||||
- GO15VENDOREXPERIMENT=1
|
||||
|
||||
before_install:
|
||||
- go get -v github.com/chzchzchz/goword
|
||||
|
||||
# disable godep restore override
|
||||
install:
|
||||
- go get -t -v ./...
|
||||
|
||||
script:
|
||||
- ./test
|
||||
|
Loading…
x
Reference in New Issue
Block a user