rollbar / rollbar-php-laravel

Rollbar error monitoring integration for Laravel projects
https://docs.rollbar.com/docs/laravel
140 stars 39 forks source link

Convert Travis to GitHub actions #107

Closed bishopb closed 3 years ago

bishopb commented 3 years ago

Description of the change

Based on the implementation in rollbar-php, this mimics the existing Travis CI configuration. We ignore certain unfortunate facts, like we're not testing on 7.4 and coveralls fails. Refer to the last green Travis build.

Type of change

Development

Code review

bishopb commented 3 years ago

@waltjones and @mrunalk -- Ready for review.