riker-rs / riker

Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
https://riker.rs
MIT License
1.02k stars 69 forks source link

Fix broken travis build. rust formatter was broken #110

Closed olexiyb closed 4 years ago

olexiyb commented 4 years ago

Fix #109

hardliner66 commented 4 years ago

If the format of the file was the problem, there needs to be some feedback to the user which tells them they need to fix their formatting.

Just formatting the code isn't the whole solution for this issue. Why doesn't github show that travis run and failed?

olexiyb commented 4 years ago

@leenozara please check the Travis Webhook in Settings, I suspect something is broken here.

olexiyb commented 4 years ago

This may help https://stackoverflow.com/questions/19810386/showing-travis-build-status-in-github-repo

leenozara commented 4 years ago

@olexiyb This was merged but pre-commit seems to still be failing.