From 99bb3ca5bccd1dbdccf623145b0c55d9c384fc0a Mon Sep 17 00:00:00 2001 From: Luke Ceddia Date: Thu, 1 Nov 2018 23:48:30 +1100 Subject: [PATCH] Attempt enabling internal/source/ updater --- .travis/push.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/push.sh b/.travis/push.sh index 9a0b0abdf..b39cf3e3c 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -5,8 +5,8 @@ git config --global user.name "Autobuild process" git add --all internal/source/ git commit --message "Autobuild update [ci skip]" git remote rm origin -git remote add origin https://${GH_TOKEN}@github.com/flukiluke/qb64.git > /dev/null 2>&1 -git push origin HEAD:master > /dev/null 2>&1 +git remote add origin https://${GH_TOKEN}@github.com/Galleondragon/qb64.git +git push origin HEAD:master