mozilla / cubeb-coreaudio-rs

The audio backend of Firefox on Mac OS X.
ISC License
25 stars 10 forks source link

Bail if `cargo clippy` or `cargo fmt` fails #65

Closed ChunMinChang closed 4 years ago

ChunMinChang commented 4 years ago

Update the test script to make the failures of cargo fmt or cargo clippy more obvious, and make Travis server senses it.

This should fix #59 and #60.