kschiess / parslet

A small PEG based parser library. See the Hacking page in the Wiki as well.
kschiess.github.com/parslet
MIT License
805 stars 95 forks source link

Use Github Actions for CI #214

Closed mlarraz closed 1 year ago

mlarraz commented 3 years ago

This also updates the Ruby versions tested against.

Travis CI's open source support is deprecated and jobs stay in the queue significantly longer now.

Github Actions is faster, still free, and built-in to Github.

Here's a passing build on my fork: https://github.com/mlarraz/parslet/actions/runs/1098326563

Note that the build won't trigger on the base repo until this PR is merged, so keeping around Travis until then.