Merge pull request #162 from Madhu-1/fix-CI

Fix CI failure for gometalinter
This commit is contained in:
Huamin Chen 2019-02-04 09:39:30 -05:00 committed by GitHub
commit 0d64d06196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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