1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-06-10 18:46:11 +02:00

chore: idk why travis complains about this one

This commit is contained in:
Carlos Alexandro Becker 2018-05-16 21:33:00 -03:00 committed by Carlos Alexandro Becker
parent 91995af536
commit d2eaeef92b

View File

@ -15,7 +15,6 @@ else
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
endif
dep ensure
gometalinter --install
echo "make check" > .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit
.PHONY: setup