Skip to content

Commit 6aa7362

Browse files
authored
Discard Travis output
1 parent 14fd816 commit 6aa7362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build_scripts/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [ $TRAVIS_PULL_REQUEST = "false" ] && [ $TRAVIS_BRANCH = ${DEPLOY_BRANCH} ];
1010
git config user.email "[email protected]"
1111
git add .
1212
git commit -m "CI deploy to gh-pages"
13-
git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:master
13+
git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:master > /dev/null 2>&1
1414
else
1515
echo "Not a publishable branch so we're all done here"
1616
fi

0 commit comments

Comments
 (0)