.travis.yml: Use --no-pager (#40)
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
62092028a6
commit
61ac0a720d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue