-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Replace Travis with GitHub Actions #739
base: master
Are you sure you want to change the base?
Conversation
Without it, the whole workflow fails. With it, the linter is shown as green. It is better to get test green first and then get picky for the linter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
@jiaaro what is required to merge this? |
Hi @jiaaro Maybe I'm wrong, but I think this Pull Request has to be completed by overriding the travis-ci policy, because it actually replaces it...? |
@inatuwe what is this travis-ci policy? |
Hi @abitrolly, The reason, why this pull request cannot be completed is, that the job "continuous-integration/travis-ci" has not yet succeeded. But the pull request is about removing that job, because travis-ci is no longer supported. |
@jiaaro, would it be possible for you to bypass the travis-ci policy on this pull request? I think, it's the only way to merge it... |
@jiaaro please take a look.