Closed
Description
The build checks being run via ant
are failing on a number of builds/PHP versions, but the builds are not being marked as failed. That kind of makes the CI check useless.
See for an example: https://travis-ci.org/github/php-parallel-lint/PHP-Console-Highlighter/jobs/691819847
I'd like to propose to either improve the ant
setup so the builds fail when they should or to move away from ant
and instead use a Travis build script calling the intended checks directly.