Update .travis.yml

Bring travis in to alignment with guides.
This commit is contained in:
Dan Schaper
2019-02-28 17:50:29 -08:00
committed by GitHub
parent 67a8d0f24f
commit cdf70d5f56
+3 -2
View File
@@ -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