From c88a26beffe7795e6dd8d0457aa1044728d8fb28 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Mon, 30 Nov 2015 15:26:09 +0100 Subject: [PATCH] phpDocs auto deployment: Set default push strategy to simple --- _build/deploy-phpdoc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/_build/deploy-phpdoc.sh b/_build/deploy-phpdoc.sh index f916b9e..2e6816e 100755 --- a/_build/deploy-phpdoc.sh +++ b/_build/deploy-phpdoc.sh @@ -27,6 +27,7 @@ fi # setup git printf 'Preparing repo...\n' +git config push.default simple git config user.name "Travis CI" git config user.email "travis-ci@picocms.org"