aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-08-23 17:34:54 +0100
committerGitHub <[email protected]>2019-08-23 17:34:54 +0100
commitfdece911fe8e2f3c22760ea22038a6d00cb70dfa (patch)
tree37d5574e163f615002a318443a5aed3efa1c1a85 /.travis.yml
parenta832a2f7dd22c93bc69a7be5d24799bb042b8129 (diff)
parentc75f5d11905486e5a88bd0de1b69b72b7a06b022 (diff)
Merge #1732
1732: remove wrong config from .travis.yml r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
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