diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-08-23 17:34:54 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-08-23 17:34:54 +0100 |
commit | fdece911fe8e2f3c22760ea22038a6d00cb70dfa (patch) | |
tree | 37d5574e163f615002a318443a5aed3efa1c1a85 | |
parent | a832a2f7dd22c93bc69a7be5d24799bb042b8129 (diff) | |
parent | c75f5d11905486e5a88bd0de1b69b72b7a06b022 (diff) |
Merge #1732
1732: remove wrong config from .travis.yml r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r-- | .travis.yml | 1 |
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 |