diff --git a/.travis/push.sh b/.travis/push.sh index 76ee30ca4..faa9b8afc 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -8,8 +8,7 @@ commit_website_files() { if [ $TRAVIS_BRANCH == "master" ]; then echo "Committing to master branch..." git checkout master - ls - pwd + git status git add -A git status if [ $TRAVIS_EVENT_TYPE == "cron" ]; then