From f0d831cc3bce8f5717d40d224877020925d8f4b0 Mon Sep 17 00:00:00 2001 From: thephez Date: Mon, 5 Feb 2018 11:31:29 -0500 Subject: [PATCH] config - Turn off verbose Travis deploy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5a986856..9a3456a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ deploy: on: branch: travisGHdeploy - verbose: true + verbose: false local-dir: _site/ repo: $DEPLOY_REPO_NAME target_branch: $DEPLOY_TARGET_BRANCH