jharmer95 / rpc.hpp

A simple header-only library for supporting remote procedure calls using a variety of extensible features
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Move away from Travis #44

Closed jharmer95 closed 3 years ago

jharmer95 commented 3 years ago

Travis CI has switched to a freemium model and is not really sustainable for smaller open-source projects.

GitHub Actions are already in place and with a little work, can provide much of the same functionality as Travis, without having to worry about credits and such.