Ibotta / gradle-aspectj-pipeline-plugin

A Gradle plugin for Android projects which performs AspectJ weaving using Android's bytcode manipulation pipeline.
Apache License 2.0
75 stars 15 forks source link

[AT-4089] Remove travis, use GH Action #31

Closed eschlenz closed 1 year ago

eschlenz commented 1 year ago

This PR switches our CI for this project from Travis to Github Actions. The Github Action workflow file can be seen in the code changes. The checks for this PR (below) will also run this Github Action workflow, thus being self verifying of the work contained within this PR.