Skip to content

Commit

Permalink
[ re #80 ] Removing &>/dev/null
Browse files Browse the repository at this point in the history
This should be reverted at the end: this redirection is here to avoid
leaking information about the token when a push fails.
  • Loading branch information
gallais committed Jul 13, 2017
1 parent 67186a0 commit b941190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ after_success:
- git fetch upstream && git reset upstream/gh-pages
- git add -f \*.html
- git commit -m "Automatic HTML update via Travis"
- git push -q upstream HEAD:gh-pages &>/dev/null
- git push -q upstream HEAD:gh-pages

notifications:
email: false
Expand Down

0 comments on commit b941190

Please sign in to comment.