Move examples to proper directory
This commit is contained in:
parent
fa64e18a54
commit
c2686b3b2e
5 changed files with 3 additions and 15 deletions
|
@ -14,6 +14,9 @@ script:
|
|||
- cargo test
|
||||
- cargo doc --no-deps
|
||||
- rustdoc --test README.md -L target
|
||||
- cargo run --example write_sample -- test.zip
|
||||
- cargo run --example extract -- test.zip
|
||||
- cargo run --example extract_lorem -- test.zip
|
||||
|
||||
after_success:
|
||||
- .travis/publish_doc.sh
|
||||
|
|
15
Cargo.toml
15
Cargo.toml
|
@ -13,18 +13,3 @@ Library to support the reading and writing of zip files.
|
|||
flate2 = "*"
|
||||
bzip2 = "*"
|
||||
time = "*"
|
||||
|
||||
[[bin]]
|
||||
name = "extract"
|
||||
test = false
|
||||
doc = false
|
||||
|
||||
[[bin]]
|
||||
name = "extract_lorem"
|
||||
test = false
|
||||
doc = false
|
||||
|
||||
[[bin]]
|
||||
name = "write_sample"
|
||||
test = false
|
||||
doc = false
|
||||
|
|
Loading…
Add table
Reference in a new issue