Skip to content
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

Closed
dmirogin opened this issue Jul 22, 2017 · 9 comments
Closed

Travis does not build some PRs #14517

dmirogin opened this issue Jul 22, 2017 · 9 comments
Assignees

Comments

@dmirogin
Copy link
Contributor

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

@cebe
Copy link
Member

cebe commented Jul 22, 2017

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 cebe closed this as completed Jul 22, 2017
@dmirogin
Copy link
Contributor Author

@cebe The problem is if codeclimate fails then travis won't launch.

@cebe
Copy link
Member

cebe commented Jul 22, 2017

@cebe The problem is if codeclimate fails then travis won't launch.

that should not happen, where did you see that behavior?

@dmirogin
Copy link
Contributor Author

@cebe #14498

@cebe
Copy link
Member

cebe commented Jul 22, 2017

thats unrelated to CodeClimate, for whatever reason travis was not notified of the PR and did not create a build for it...

@cebe cebe reopened this Jul 22, 2017
@cebe cebe added this to the website and infrastructure milestone Jul 22, 2017
@cebe cebe changed the title Codeclimate fails Travis does not build some PRs Jul 22, 2017
@cebe cebe self-assigned this Jul 22, 2017
@cebe
Copy link
Member

cebe commented Jul 22, 2017

lets see if it comes up when you push another commit.

@dmirogin
Copy link
Contributor Author

@cebe That is a bit weird. Made commit, codeclimat passed, but where is travis ?

@cebe
Copy link
Member

cebe commented Jul 22, 2017

Checked on travis and found this:

GitHub payload is missing a merge commit (mergeable_state: "unknown", merged: false)

Probably caused by the conflict in CHANGLOG? maybe you could try rebasing on master and force-push?

@dmirogin
Copy link
Contributor Author

@cebe Damn, i didn't notice conflict. After resolving travis works. Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants