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 Integration Build #515

Open
kilip opened this issue Nov 14, 2018 · 0 comments
Open

Travis Integration Build #515

kilip opened this issue Nov 14, 2018 · 0 comments

Comments

@kilip
Copy link
Collaborator

kilip commented Nov 14, 2018

Hello all,

I just want to notice you all that our integration build is working now in travis. This build happens only when pull request merged into develop or master or direct push into those branch.

When main tests passed, travis will subsplit our main repo into yawik/* repo:
https://travis-ci.org/cross-solution/YAWIK/jobs/454594443#L1816

Then it will composer create-project yawik-standard:
https://travis-ci.org/cross-solution/YAWIK/jobs/454594443#L2020

And finally it will run all behat tests using that yawik/standard repo:
https://travis-ci.org/cross-solution/YAWIK/jobs/454594443#L2407

We need to pay attention when other build passed but this integration build is failed. Because this tests yawik/standard can identify bugs/issue such as #507.

PHP 7.3

Right now we have php 7.3 on our build (still in rc), and it's failed because zf3 zend-view bugs. I already make a pull in zendframework/zend-view/pull/170 for this bugs, and maybe they will released it in zend-view 2.10.1.

After 7.3 have a release version, I think we can make this build to NOT Allowed Failures.

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

1 participant