iron / staticfile

Static file-serving middleware for the Iron web framework.
MIT License
63 stars 56 forks source link

(fix) Allow building with the cache feature again #83

Closed shepmaster closed 8 years ago

shepmaster commented 8 years ago

I humbly suggest that turning on this feature in Travis might be a good idea.

gsquire commented 8 years ago

@shepmaster Good catch, I should have seen that this code was behind a feature flag :(

Hoverbear commented 8 years ago

Thanks Jake!

Hoverbear commented 8 years ago
cargo build --features "cache"
cargo test --features "cache"

Should be what Travis tests with. PR incoming.

Hoverbear commented 8 years ago

@shepmaster Looks like building with cache has red tests on travis (See #84).