bugsnag / bugsnag-symfony

BugSnag notifier for the Symfony PHP framework. Monitor and report errors in your Symfony apps.
https://docs.bugsnag.com/platforms/php/symfony
MIT License
43 stars 21 forks source link

Migrate CI to GitHub Actions #115

Closed imjoehaines closed 3 years ago

imjoehaines commented 3 years ago

Goal

Travis runs pretty slowly for us because we're limited by the number of parallel jobs and other repos running simultaneously. GitHub actions is easy to migrate to (it took less time than a run on Travis!) and it runs much quicker — Travis takes ~24 mins, GitHub actions takes ~3 mins