[skip build] testing travis script

This commit is contained in:
Jack Humbert 2017-02-06 17:00:30 -05:00
parent cf8dac3538
commit ee386a29d1
1 changed files with 1 additions and 1 deletions

View File

@ -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