Skip to content

Commit 17ad245

Browse files
committed
.travis.yml: Drop gh-pages hook in favor of docs.rs
1 parent 16eb917 commit 17ad245

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.travis.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,6 @@ matrix:
1414
- rust: beta
1515
- rust: nightly
1616

17-
- name: "master doc to gh-pages"
18-
rust: nightly
19-
script:
20-
- cargo doc --no-deps
21-
- cargo doc --manifest-path=git2-curl/Cargo.toml --no-deps
22-
- cargo doc --manifest-path=libgit2-sys/Cargo.toml --no-deps
23-
deploy:
24-
provider: script
25-
script: curl -LsSf https://git.io/fhJ8n | rustc - && (cd target/doc && ../../rust_out)
26-
skip_cleanup: true
27-
on:
28-
branch: master
29-
3017
script:
3118
- git submodule update --init
3219
- cargo test --no-default-features

0 commit comments

Comments
 (0)