From 5c668cd82727ae69d67d0b4eb05922d6b25fee72 Mon Sep 17 00:00:00 2001 From: Luke Ceddia Date: Fri, 2 Nov 2018 00:10:59 +1100 Subject: [PATCH] try again --- .travis/push.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis/push.sh b/.travis/push.sh index 7806fbe1f..b39cf3e3c 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -5,7 +5,6 @@ git config --global user.name "Autobuild process" git add --all internal/source/ git commit --message "Autobuild update [ci skip]" git remote rm origin -echo $GH_TOKEN git remote add origin https://${GH_TOKEN}@github.com/Galleondragon/qb64.git git push origin HEAD:master