-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate ALE from Travis CI to Github Actions #3548
Labels
Comments
hsanson
added a commit
that referenced
this issue
Jan 21, 2021
Second attempt to get github actions working. Closes #3548
I have merged this now, and I updated the project settings to turn off Travis CI checks anywhere I could find them and require the GitHub checks instead. |
This was referenced Jan 22, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Travis-CI.com no longer provides unlimited credits to open source projects:
And ALE already ran out of credits, therefore there are many PR's stuck waiting for checks from travis that will never complete. One way to solve this is to migrate from Travis-CI to Github actions:
Since ALE used Docker to run tests we can use these actions for the migration:
The text was updated successfully, but these errors were encountered: