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