From 98adda34c9095658fcc6a294a13f1264752b4df6 Mon Sep 17 00:00:00 2001
From: Jack Humbert <jack.humb@gmail.com>
Date: Mon, 6 Feb 2017 16:54:54 -0500
Subject: [PATCH] [skip build] testing travis script

---
 util/travis_compiled_push.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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