You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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 testsyawik/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
.The text was updated successfully, but these errors were encountered: