diff --git a/.travis.yml b/.travis.yml index 5031b46f2..729f3dc61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: