Skip to content

Commit 858ff86

Browse files
authored
Merge pull request #10 from posborne/fixup-build-infrastructure
Build infrastructure fixups
2 parents 624b440 + 0bbce5f commit 858ff86

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
language: rust
22
sudo: false
33
rust:
4-
- 1.7.0
4+
- 1.22.1
55
- stable
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)