We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16eb917 commit 17ad245Copy full SHA for 17ad245
.travis.yml
@@ -14,19 +14,6 @@ matrix:
14
- rust: beta
15
- rust: nightly
16
17
- - name: "master doc to gh-pages"
18
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
-
30
script:
31
- git submodule update --init
32
- cargo test --no-default-features
0 commit comments