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
|
- libaspell-dev
|
||||||
- libhunspell-dev
|
- libhunspell-dev
|
||||||
|
|
||||||
|
env:
|
||||||
|
- GO15VENDOREXPERIMENT=1
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- go get -v github.com/chzchzchz/goword
|
- go get -v github.com/chzchzchz/goword
|
||||||
|
|
||||||
|
# disable godep restore override
|
||||||
|
install:
|
||||||
|
- go get -t -v ./...
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./test
|
- ./test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user