From cdf70d5f564c9b624353a8fd151b15aef22b8be4 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Thu, 28 Feb 2019 17:50:29 -0800 Subject: [PATCH] Update .travis.yml Bring travis in to alignment with guides. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f5fd229..7a40a2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,11 @@ script: - mkdocs build --verbose --clean deploy: provider: pages + keep-history: true skip_cleanup: true github_token: $GITHUB_TOKEN local_dir: site - name: $BOT_NAME - email: $BOT_EMAIL + committer-from-gh: true + verbose: true on: branch: master