samchon / tgrid

TypeScript RPC (Remote Procedure Call) for WebSocket and Worker protocols
https://tgrid.com/
MIT License
141 stars 19 forks source link

Use Github Actions instead of Travis-CI #28

Closed samchon closed 4 years ago

samchon commented 4 years ago

The Github Actions provides not only virtual linux, but also virtual windows and virtual mac. With the virtual windows and mac, it's possible to testing the TGrid in the browser level automatically. Therefore, discard the travis-ci and adapt the new Github Actions.