[skip build] testing travis script

pull/1071/head
Jack Humbert 8 years ago
parent 470c8436c2
commit 98adda34c9

@ -21,7 +21,7 @@ if [[ $NEFM -gt 0 ]] ; then
lasttag=$(git tag | grep -Ev '\-' | head -1) lasttag=$(git tag | grep -Ev '\-' | head -1)
newtag=$(increment_version $lasttag) newtag=$(increment_version $lasttag)
git tag $newtag git tag $newtag
git push --tags git push --tags -q https://$GH_TOKEN@github.com/qmk/qmk_firmware-$TRAVIS_BRANCH
else else
echo "No essential files modified." echo "No essential files modified."
fi fi

Loading…
Cancel
Save