-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
The Travis CI build result is failed due to following error message:
It seems that the test case or test codes are failed when PHPUnit executes unit tests. We should check the test codes and we can make sure that the Travis CI build script and setting are worked fine. And according to this To pass this test, I guess we can let this column can be null. |
We can remove PHP prior to 5.6, to match YOURLS reqs I'm really wondering why all of a sudden test fails when the option table is passed a null value.... This has worked for ages.... |
Since then, third party software (specifically MySQL and PHPUnit) has been updated and brought incompatibilities... |
@LeoColomb , thanks for your reply. I will check that at my available time and try to fix them :). |
Wow, thanks! That would be awesome! |
b2eae0d
to
1e58d73
Compare
1e58d73
to
7c9d875
Compare
Hi @ozh , @LeoColomb, finally, I've fixed the failed Travis CI build. Let me explain each error and how I fix.
This error message is straightforward and the problem is about table
This will happen on
|
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.
Many unrelated space changes, but that's OK, LGTM 👍
A huge thanks, @peter279k, very nice contribution!
Changed log
php-7.2
remove fromallow_failures
setting because this version is stable and should be successful.php-7.3
test because this version is stable.Xenial
, it should add theservices
setting to setup theMySQL
service.Xenial
.To support
php-5.4
andphp-5.5
version tests completely, it should setup thetrusty
dist for these versions.