signal: Add some examples to crate docs

Closes alexcrichton/tokio-signal#11
This commit is contained in:
Alex Crichton
2018-09-10 11:29:59 -07:00
committed by Carl Lerche
parent 78ca103f3a
commit c601f68c9f
3 changed files with 86 additions and 7 deletions
+1
View File
@@ -11,6 +11,7 @@ script:
- cargo build
- cargo test
- cargo doc --no-deps
- rustdoc --test README.md -L target/debug/deps
after_success:
- travis-cargo --only nightly doc-upload
env: