aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-10-17 20:37:01 +0100
committerAleksey Kladov <[email protected]>2019-10-17 20:37:01 +0100
commit9a7c8d4b0ff3b9a7d736bbda68e12a9f3867ec1b (patch)
tree030cdccce151f42e6b560142cd52f059e20bebd8 /.travis.yml
parent6df2bcd7ca97261b59ca04a85b7355432a63c0d9 (diff)
scale website back
We have dedicated https://rust-analyzer.github.io/ now
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 65a08cbcd..7d66f72d8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ matrix:
28 language: rust 28 language: rust
29 rust: stable 29 rust: stable
30 script: 30 script:
31 - cargo build-website 31 - cargo doc --all --no-deps
32 env: 32 env:
33 - RUSTFLAGS="-D warnings", CARGO_INCREMENTAL=0 33 - RUSTFLAGS="-D warnings", CARGO_INCREMENTAL=0
34 34
@@ -59,7 +59,7 @@ deploy:
59 skip-cleanup: true 59 skip-cleanup: true
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: false 61 keep-history: false
62 local-dir: target/website/ 62 local-dir: target/doc
63 on: 63 on:
64 branch: master 64 branch: master
65 condition: $DEPLOY_DOCS = 1 65 condition: $DEPLOY_DOCS = 1