remove wrong config from .travis.yml

The right key here is target_branch, not branch.

However, this works anyway b/c gh-pages is the default.
This commit is contained in:
Aleksey Kladov 2019-08-23 19:33:57 +03:00
parent a832a2f7dd
commit c75f5d1190

View file

@ -60,7 +60,6 @@ deploy:
github-token: $DOCS_TOKEN # Set in the settings page of your repository, as a secure variable
keep-history: true
local-dir: target/doc
branch: gh-pages
on:
branch: master
condition: $DEPLOY_DOCS = 1