From b7c13175a9191ece9f5971e76f9fd8cf33bf97ce Mon Sep 17 00:00:00 2001 From: Rohit Tanwar <31792358+kriadmin@users.noreply.github.com> Date: Tue, 9 Jan 2018 10:45:00 +0530 Subject: [PATCH] Update --- .travis/push.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/push.sh b/.travis/push.sh index 59a296896..16852768d 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -10,6 +10,7 @@ commit_website_files() { git checkout master cd .. git add -A + git status if [ $TRAVIS_EVENT_TYPE == "cron" ]; then git commit --message "Travis build: $TRAVIS_BUILD_NUMBER [cron]" elif [ $TRAVIS_EVENT_TYPE == "api" ]; then