-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Travis does not build some PRs #14517
Comments
it does not really "fail" it points out possible issues. Taking Codeclimate reports as hard restrictions would slow down development significantly, as we'd need to tweak their config to fit our needs with a lot of detail first before it becomes useful, currently it contains a lot of false-positives (the example you show is a false-positive also, nothing wrong with that code). Thanks for noting though! |
@cebe The problem is if codeclimate fails then travis won't launch. |
that should not happen, where did you see that behavior? |
thats unrelated to CodeClimate, for whatever reason travis was not notified of the PR and did not create a build for it... |
lets see if it comes up when you push another commit. |
@cebe That is a bit weird. Made commit, codeclimat passed, but where is travis ? |
Checked on travis and found this:
Probably caused by the conflict in CHANGLOG? maybe you could try rebasing on master and force-push? |
@cebe Damn, i didn't notice conflict. After resolving travis works. Sorry. |
One of CI fails in the last PR's here https://codeclimate.com/github/yiisoft/yii2/framework/validators/DateValidator.php?from_sha=6d2e0aff&to_sha=5f201586
The text was updated successfully, but these errors were encountered: