From 321da91735a11b0fdcc480fcb5d307f1c525a0c7 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar <31792358+kriadmin@users.noreply.github.com> Date: Tue, 16 Jan 2018 18:09:06 +0530 Subject: [PATCH] U --- .travis/push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/push.sh b/.travis/push.sh index d10bf5fc4..c515959c9 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -18,7 +18,7 @@ upload_files() { if [ $TRAVIS_EVENT_TYPE != "pull_request" ]; then if [ $TRAVIS_BRANCH == "master" ]; then echo "Pushing to master branch..." - git push --force "https://${GH_TOKEN}@github.com/kriadmin/30-seconds-of-python-code.git" master + git push --force "https://${GH_TOKEN}@github.com/kriadmin/30-seconds-of-python-code.git" travis fi fi }