mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-01 08:59:52 +00:00
Fix TravisCI for the failure of 'go get golint'
This commit is contained in:
committed by
Tomofumi Hayashi
parent
980edbdf6c
commit
5380edbe6e
@@ -13,12 +13,7 @@ before_install:
|
|||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# workaround golint install error in https://github.com/golang/lint/issues/288
|
- go get -u golang.org/x/lint/golint
|
||||||
- mkdir -p $GOPATH/src/golang.org/x
|
|
||||||
- pushd $GOPATH/src/golang.org/x
|
|
||||||
- git clone https://github.com/golang/lint.git
|
|
||||||
- go get github.com/golang/lint/golint
|
|
||||||
- popd
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- golint ./multus/... | grep -v ALL_CAPS | xargs -r false
|
- golint ./multus/... | grep -v ALL_CAPS | xargs -r false
|
||||||
|
Reference in New Issue
Block a user