Skip to content

Commit

Permalink
disable gh-pages deploy in travis config
Browse files Browse the repository at this point in the history
It's not currently working and I don't think anyone uses the GH pages
version of the docs.
  • Loading branch information
wez committed Oct 20, 2019
1 parent f320669 commit c047587
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c047587

Please sign in to comment.