File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,4 @@ script:
22
22
travis-cargo test &&
23
23
travis-cargo --only stable doc
24
24
after_success :
25
- - travis-cargo --only stable doc-upload
26
25
- travis-cargo coveralls --no-sudo --verify
27
- env :
28
- global :
29
- secure : KslMBdaaetRiPqcQZF6bVaWSPR5820vgMaKflFK3UgAS5S5cavInbPb4rfcg9Pf1SvnQK7/XsvTj0SZQie7varjGrCdD1YhUFYBe2TLhZ4F7U4Ku4b8M61fzwY0KbYysqCSuGn2DNU+XWyPrJYqus7a1cBDVVjyvoTldkpF7QiY=
Original file line number Diff line number Diff line change 1
- # rust-mpd <a href =" https://travis-ci.org/kstep/rust-mpd " ><img src =" https://img.shields.io/travis/kstep/rust-mpd.png?style=flat-square " /></a > <a href =" https://crates.io/crates/mpd " ><img src =" https://img.shields.io/crates/d/mpd.png?style=flat-square " /></a > <a href =" https://crates.io/crates/mpd " ><img src =" https://img.shields.io/crates/v/mpd.png?style=flat-square " /></a > <a href =" https://crates.io/crates/mpd " ><img src =" https://img.shields.io/crates/l/mpd.png?style=flat-square " /></a >
1
+ # rust-mpd <a href =" https://travis-ci.org/kstep/rust-mpd " ><img src =" https://img.shields.io/travis/kstep/rust-mpd.png?style=flat-square " /></a > <a href =" https://crates.io/crates/mpd " ><img src =" https://img.shields.io/crates/d/mpd.png?style=flat-square " /></a > <a href =" https://crates.io/crates/mpd " ><img src =" https://img.shields.io/crates/v/mpd.png?style=flat-square " /></a > <a href =" https://crates.io/crates/mpd " ><img src =" https://img.shields.io/crates/l/mpd.png?style=flat-square " /></a ><a href= http://docs.rs/mpd/> < img src = " https://docs.rs/mpd/badge.svg " /></ a >
2
2
3
3
Pure Rust version of [ libmpdclient] ( http://www.musicpd.org/libs/libmpdclient/ ) .
4
4
5
- [ Full documentation] ( http://kstep.me/rust- mpd/mpd/index.html )
5
+ [ Full documentation] ( http://docs.rs/ mpd/ )
6
6
7
7
## Example
8
8
You can’t perform that action at this time.
0 commit comments