From: Jack Humbert Date: Mon, 6 Feb 2017 22:00:30 +0000 (-0500) Subject: [skip build] testing travis script X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ee386a29d1a8b46f16c5c139db74624f829d9a53;p=qmk_firmware.git [skip build] testing travis script --- diff --git a/util/travis_compiled_push.sh b/util/travis_compiled_push.sh index d0bb0db55..b70999c72 100644 --- a/util/travis_compiled_push.sh +++ b/util/travis_compiled_push.sh @@ -23,7 +23,7 @@ if [[ $NEFM -gt 0 ]] ; then lasttag=$(git tag | grep -Ev '\-' | head -1) newtag=$(increment_version $lasttag) git tag $newtag - git push --tags -q https://$GH_TOKEN@github.com/qmk/qmk_firmware-master + git push --tags -q https://$GH_TOKEN@github.com/qmk/qmk_firmware else echo "No essential files modified." fi