Don’t show the githib token in Travis log

This commit is contained in:
Simon Sapin 2014-08-27 19:51:19 +01:00
parent da146d1696
commit 31cc50f2eb

View file

@ -20,7 +20,7 @@ unit-doc)
echo '<meta http-equiv=refresh content=0;url=servo/index.html>' > doc/index.html
sudo pip install ghp-import
ghp-import -n doc
git push -f https://${TOKEN}@github.com/servo/doc.servo.org.git gh-pages
git push -qf https://${TOKEN}@github.com/servo/doc.servo.org.git gh-pages
fi
;;
*) echo "Task $1 not enabled for Linux"