mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-18 04:10:22 +00:00
install gometalinter in $GOPATH/bin
update gometalinter to stable v3.0.0 Signed-off-by: Madhu Rajanna <mrajanna@redhat.com>
This commit is contained in:
parent
5983fedddb
commit
419117c8c2
10
.travis.yml
10
.travis.yml
@ -9,8 +9,16 @@ branches:
|
||||
|
||||
go: 1.11.x
|
||||
|
||||
env:
|
||||
global:
|
||||
- GO_METALINTER_VERSION="v3.0.0"
|
||||
|
||||
install:
|
||||
- curl -L https://git.io/vp6lP | sh
|
||||
# install gometalinter
|
||||
- >
|
||||
curl -L
|
||||
'https://github.com/alecthomas/gometalinter/blob/v3.0.0/scripts/install.sh'
|
||||
| bash -s -- -b $GOPATH/bin "${GO_METALINTER_VERSION}"
|
||||
|
||||
before_script:
|
||||
- GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/)
|
||||
|
Loading…
Reference in New Issue
Block a user