File tree Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 5
5
- stable
6
6
- beta
7
7
- nightly
8
- env :
9
- global :
10
- - secure : cJteZ1LbDExDnUMJqWrPQwHNWFDJOP5OH1zYX8j1nkJ91paDqBogCuHslooSDcrewnCmTLawv8na1KjGMZ2y3mwn26GhF5TfXsY+vHATIyex+z2fGOgCOlx47MSRdK7A30Pl66Ye/oboDX7iTqc+uzNucoutOB/ji4euD6wOu1g=
8
+
9
+ before_script :
10
+ - pip install 'travis-cargo<0.2' --user
11
+
11
12
script :
12
13
- cargo build --verbose
13
14
- cargo test --verbose
14
- - cargo doc
15
-
16
- # Publish documentation on successfull master build
17
- # using the ghp-import python package
18
- after_success : ! ' [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ]
19
- && echo "<meta http-equiv=refresh content=0;url=spidev/index.html>" > target/doc/index.html
20
- && sudo pip install ghp-import
21
- && ghp-import -n target/doc
22
- && git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages'
15
+ - travis-cargo --only stable doc
23
16
24
- notifications :
25
- webhooks : http://rust-embedded-bot.herokuapp.com/travis
17
+ after_success :
18
+ - travis-cargo --only stable doc-upload
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Rust Spidev
5
5
[ ![ Version] ( https://img.shields.io/crates/v/spidev.svg )] ( https://crates.io/crates/spidev )
6
6
[ ![ License] ( https://img.shields.io/crates/l/spidev.svg )] ( https://github.com/rust-embedded/rust-spidev/blob/master/README.md#license )
7
7
8
- [ Documentation] ( https://posborne .github.io/rust-spidev )
8
+ [ Documentation] ( https://rust-embedded .github.io/rust-spidev )
9
9
10
10
The Rust ` spidev ` seeks to provide full access to the Linux spidev
11
11
device in Rust without the need to wrap any C code or directly make
You can’t perform that action at this time.
0 commit comments