]> granicus.if.org Git - docbook-dsssl/commitdiff
Removing the redirect of git command output to /dev/null in .travis.yml for debugging...
authorDavid Cramer <d_cramer@apple.com>
Fri, 28 Sep 2018 04:22:09 +0000 (23:22 -0500)
committerDavid Cramer <d_cramer@apple.com>
Fri, 28 Sep 2018 04:22:09 +0000 (23:22 -0500)
.travis.yml

index 7738f6ae3747a3a2937e577ef424c236ae4fe4e3..ae8b504bc7e5aee13b92268e6ff56a6f430f3f0e 100644 (file)
@@ -42,8 +42,7 @@ before_deploy:
 - git config --global user.name "Travis CI"
 - export GIT_TAG=snapshot/$(date -u "+%Y-%m-%d")-$TRAVIS_BUILD_NUMBER
 - git tag $GIT_TAG -a -m "Generated tag from TravisCI build $TRAVIS_BUILD_NUMBER"
-- git push https://$GITHUBTOKEN@github.com/docbook/xslt10-stylesheets $GIT_TAG > /dev/null
-  2>&1
+- git push https://$GITHUBTOKEN@github.com/docbook/xslt10-stylesheets $GIT_TAG
 deploy:
   provider: releases
   prerelease: true