diff --git a/.travis.yml b/.travis.yml index 8a13c4bae..2a0ab75f0 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