File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -39,16 +39,6 @@ script:
3939 - sudo env "PATH=$PATH" cargo test
4040 - cargo doc --workspace --quiet --all-features --no-deps --target-dir=target/html/code
4141
42- deploy :
43- provider : pages
44- skip-cleanup : true
45- github-token : $GITHUB_PAGES_TOKEN
46- local-dir : target/html
47- keep-history : false
48- verbose : true
49- on :
50- branch : master
51-
5242after_success :
5343 - |
5444 if [[ "$TRAVIS_OS_NAME" == "osx" && "$TRAVIS_RUST_VERSION" == "stable" ]]; then
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version = "0.7.1"
44description = " A rust wrapper of libproc to get information about running processes - Mac OS X and Linux"
55authors = [
" Andrew Mackenzie <[email protected] >" ]
66repository = " https://github.com/andrewdavidmackenzie/libproc-rs"
7+ documentation = " https://github.com/andrewdavidmackenzie/libproc-rs/README.md"
78readme = " README.md"
89license = " MIT"
910edition = " 2018"
You can’t perform that action at this time.
0 commit comments