diff --git a/bin/travis-push.sh b/bin/travis-push.sh index 528c5c824..3d8a6f904 100755 --- a/bin/travis-push.sh +++ b/bin/travis-push.sh @@ -9,7 +9,7 @@ git config --global user.email "travis@travis-ci.org" || exit 1 git config --global user.name "Travis CI" || exit 1 -git add -all || exit 1 +git add -A . || exit 1 git commit --message "Travis build: $TRAVIS_BUILD_NUMBER" || exit 1