Fix CI failure for gometalinter

Signed-off-by: Madhu Rajanna <mrajanna@redhat.com>
This commit is contained in:
Madhu Rajanna 2019-02-04 19:41:41 +05:30
parent 9dc1f61a34
commit 3132130e83

View File

@ -15,9 +15,8 @@ env:
install:
# install gometalinter
- >
curl -L
'https://github.com/alecthomas/gometalinter/blob/v3.0.0/scripts/install.sh'
- curl -L
"https://raw.githubusercontent.com/alecthomas/gometalinter/"${GO_METALINTER_VERSION}"/scripts/install.sh"
| bash -s -- -b $GOPATH/bin "${GO_METALINTER_VERSION}"
before_script: