mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
travis: always 'go get -u' in 'before_install'
See https://github.com/dominikh/go-tools/issues/76#issuecomment-288189194. Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
327e255695
commit
e127214c6c
@ -41,10 +41,10 @@ addons:
|
||||
- libhunspell-dev
|
||||
|
||||
before_install:
|
||||
- go get -v github.com/chzchzchz/goword
|
||||
- go get -v honnef.co/go/tools/cmd/gosimple
|
||||
- go get -v honnef.co/go/tools/cmd/unused
|
||||
- go get -v honnef.co/go/tools/cmd/staticcheck
|
||||
- go get -v -u github.com/chzchzchz/goword
|
||||
- go get -v -u honnef.co/go/tools/cmd/gosimple
|
||||
- go get -v -u honnef.co/go/tools/cmd/unused
|
||||
- go get -v -u honnef.co/go/tools/cmd/staticcheck
|
||||
|
||||
# disable godep restore override
|
||||
install:
|
||||
|
Loading…
x
Reference in New Issue
Block a user