Skip to content

Commit 02ebfc0

Browse files
committed
Drop doc publish from CI pipeline and use docs.rs
At the time of writing docs.rs wasn't a thing as of yet. Now that it is a (very convenient) thing, use it. Signed-off-by: Paul Osborne <osbpau@gmail.com>
1 parent 624b440 commit 02ebfc0

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ rust:
66
- beta
77
- nightly
88

9-
before_script:
10-
- pip install 'travis-cargo<0.2' --user
11-
129
script:
1310
- cargo build --verbose
1411
- cargo test --verbose
15-
- travis-cargo --only stable doc
16-
17-
after_success:
18-
- travis-cargo --only stable doc-upload

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Rust Spidev
55
[![Version](https://img.shields.io/crates/v/spidev.svg)](https://crates.io/crates/spidev)
66
[![License](https://img.shields.io/crates/l/spidev.svg)](https://github.com/rust-embedded/rust-spidev/blob/master/README.md#license)
77

8-
[Documentation](https://rust-embedded.github.io/rust-spidev)
8+
[Documentation](https://docs.rs/spidev)
99

1010
The Rust `spidev` seeks to provide full access to the Linux spidev
1111
device in Rust without the need to wrap any C code or directly make

0 commit comments

Comments
 (0)