diff --git a/.travis.yml b/.travis.yml index da2fea15..48f30a81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: go +git: + depth: false addons: apt: packages: diff --git a/scripts/formula-deploy.sh b/scripts/formula-deploy.sh index 978b4507..0b5affae 100755 --- a/scripts/formula-deploy.sh +++ b/scripts/formula-deploy.sh @@ -24,6 +24,6 @@ git clone git@github.com:golift/homebrew-mugs.git cp ${BINARY}.rb homebrew-mugs/Formula pushd homebrew-mugs -git commit -m "Update ${BINARY} on Release: ${VERSION}" Formula/${BINARY}.rb +git commit -m "Update ${BINARY} on Release: ${VERSION}-${ITERATION}" Formula/${BINARY}.rb git push popd