jpmeijers / RN2483-Arduino-Library

Arduino C++ code to communicate with a Microchip RN2483 module
Apache License 2.0
84 stars 60 forks source link

travis-ci integration not working #69

Closed jwillemsen closed 4 years ago

jwillemsen commented 4 years ago

Looks the travis.ci integration is not working anymore

jwillemsen commented 4 years ago

The link with github seems not to work, so no check is shown. Also enable crontabs to build master when nothing changed in for example a week (https://docs.travis-ci.com/user/cron-jobs/)

jwillemsen commented 4 years ago

As alternative maybe use github actions, see https://github.com/TheZoker/Marlin/blob/ender-3/.github/workflows/main.yml for an example also using platformio

jwillemsen commented 4 years ago

Works again