flowjs / flow.js

A JavaScript library providing multiple simultaneous, stable, fault-tolerant and resumable/restartable file uploads via the HTML5 File API.
Other
2.96k stars 346 forks source link

Use Github actions without Travis #361

Closed drzraf closed 2 years ago

drzraf commented 2 years ago

This get rid of Travis-CI as an intermediary CI and simply use Github Actions to run SauceLabs testing, Code coverage and CodeClimate upload.

@ilessiivi I've to disable a test for now but don't want to provide you any (more) merge conflict regarding your ongoing work on #354. So please let us know how it goes since your PR is given the priority.

AidasK commented 2 years ago

looks awesome!