BurntSushi / walkdir

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

Add osx build to .travis.yml #72

Closed expenses closed 7 years ago

expenses commented 7 years ago

In response to https://github.com/BurntSushi/walkdir/pull/60#issuecomment-311212136.

I think that testing a cross-platform lib on all main platforms makes sense for the libz blitz.

expenses commented 7 years ago

@KodrAus

We could utilize caching in travis with:

cache: cargo

and caching in appveyor with:

cache:
    - target
    - C:\Users\appveyor\.cargo\registry
BurntSushi commented 7 years ago

Can we change this so that OSX builds only run on Rust nightly? I think OSX builds somewhere are important, but OSX builds on Travis are notoriously slow.