httprb / http

HTTP (The Gem! a.k.a. http.rb) - a fast Ruby HTTP client with a chainable API, streaming support, and timeouts
MIT License
3.01k stars 321 forks source link

Migrate to GitHub Actions #633

Closed tarcieri closed 3 years ago

tarcieri commented 3 years ago

Travis CI has changed their pricing model and it's no longer usable for OSS projects.

I would suggest migrating CI to GitHub Actions.

ixti commented 3 years ago

@tarcieri :+1:

tarcieri commented 3 years ago

See also #627 for more CI problems

tarcieri commented 3 years ago

Here's an example template: https://github.com/postmodern/digest-crc/blob/master/.github/workflows/ruby.yml

ixti commented 3 years ago

@tarcieri thanks, started work on this, but ssl issues are kinda make it not ok to be merged yet ;))