.travis.yml: Use --no-pager (#40)

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2016-12-25 12:42:55 +01:00 committed by Daniel Hahler
parent 62092028a6
commit 61ac0a720d
1 changed files with 1 additions and 1 deletions

View File

@ -86,6 +86,6 @@ after_success:
git config user.email "awesome-robot@users.noreply.github.com" git config user.email "awesome-robot@users.noreply.github.com"
git add --all . git add --all .
git commit -m "Update from Travis for awesome-www@${commit_hash}" git commit -m "Update from Travis for awesome-www@${commit_hash}"
git show --stat git --no-pager show --stat
git push origin "$(git symbolic-ref --quiet HEAD)" 2>&1 | sed "s/$GH_APIDOC_TOKEN/GH_APIDOC_TOKEN/g" git push origin "$(git symbolic-ref --quiet HEAD)" 2>&1 | sed "s/$GH_APIDOC_TOKEN/GH_APIDOC_TOKEN/g"
fi fi