BurntSushi / walkdir

Rust library for walking directories recursively.
The Unlicense
1.22k stars 107 forks source link

Add badges for travis-ci and appveyor to Cargo.toml #60

Closed tmccombs closed 7 years ago

tmccombs commented 7 years ago

Fixes #35

Doesn't add CI for OSX

BurntSushi commented 7 years ago

Thanks! I do think we should probably get CI setup for OSX since it's a tier1 platform and this crate contains platform specific code (albeit not darwin specific code, but still).