bxparks / AceButton

An adjustable, compact, event-driven button library for Arduino that debounces and dispatches events to a user-defined event handler.
MIT License
385 stars 37 forks source link

Run tests on travis #56

Closed thijstriemstra closed 3 years ago

thijstriemstra commented 3 years ago

Would be nice to run the tests on travis-ci.com, using platformio, every time a new commit is added.

bxparks commented 3 years ago

Can you explain why Travis? GitHub Actions is already integrated.

thijstriemstra commented 3 years ago

Oh missed that!