summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-10-20 09:59:03 +0100
committerWez Furlong <wez@wezfurlong.org>2019-10-20 09:59:03 +0100
commitc047587fd788fd1f2f967bcfa151832a998112cb (patch)
treeb265143d2a49aa0e7a13b971ead32b982a2e5b75 /.travis.yml
parentf3206690d831fb88f8456ae0d3861d00ad0829a7 (diff)
downloadssh2-rs-c047587fd788fd1f2f967bcfa151832a998112cb.zip
disable gh-pages deploy in travis config
It's not currently working and I don't think anyone uses the GH pages version of the docs.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 8a13c4b..2a0ab75 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,17 +8,17 @@ matrix:
- rust: beta
- rust: nightly
- - name: "master doc to gh-pages"
- rust: nightly
- script:
- - cargo doc --no-deps
- - cargo doc --no-deps --manifest-path libssh2-sys/Cargo.toml
- deploy:
- provider: script
- script: curl -LsSf https://git.io/fhJ8n | rustc - && (cd target/doc && ../../rust_out)
- skip_cleanup: true
- on:
- branch: master
+# - name: "master doc to gh-pages"
+# rust: nightly
+# script:
+# - cargo doc --no-deps
+# - cargo doc --no-deps --manifest-path libssh2-sys/Cargo.toml
+# deploy:
+# provider: script
+# script: curl -LsSf https://git.io/fhJ8n | rustc - && (cd target/doc && ../../rust_out)
+# skip_cleanup: true
+# on:
+# branch: master
script:
- cargo build