aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-08-23 17:33:57 +0100
committerAleksey Kladov <[email protected]>2019-08-23 17:33:57 +0100
commitc75f5d11905486e5a88bd0de1b69b72b7a06b022 (patch)
tree37d5574e163f615002a318443a5aed3efa1c1a85 /.travis.yml
parenta832a2f7dd22c93bc69a7be5d24799bb042b8129 (diff)
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 87b546442..52af05375 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,7 +60,6 @@ deploy:
60 github-token: $DOCS_TOKEN # Set in the settings page of your repository, as a secure variable 60 github-token: $DOCS_TOKEN # Set in the settings page of your repository, as a secure variable
61 keep-history: true 61 keep-history: true
62 local-dir: target/doc 62 local-dir: target/doc
63 branch: gh-pages
64 on: 63 on:
65 branch: master 64 branch: master
66 condition: $DEPLOY_DOCS = 1 65 condition: $DEPLOY_DOCS = 1