Well that worked well

This commit is contained in:
Brendan Abolivier 2019-05-21 18:49:37 +01:00
parent 79d12dd871
commit 6378ef3197

View file

@ -22,7 +22,7 @@ export GO111MODULE=off
export GOPATH="$(pwd):$(pwd)/vendor"
# prefer the versions of gometalinter and the linters that we install
# to anythign that ends up on the PATH.
export PATH="$(pwd)/bin:$PATH"
export PATH="$(pwd)/bin:$(pwd)/vendor/bin:$PATH"
args=""
if [ ${1:-""} = "fast" ]