JakubOnderka / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
647 stars 62 forks source link

travis: run pipeline for old php versions on trusty dist #155

Open adaamz opened 4 years ago

adaamz commented 4 years ago

phpcs <3.0 has some autoloading issues on php 5.4 + php 5.5 - autoloads phpcs tests directory, which causes some php parse error for more info see failed travis build

jrfnl commented 4 years ago

Marking this as duplicate. Please see PR #146 which is a more comprehensive version of this.

adaamz commented 4 years ago

@jrfnl yes i saw that. only difference is that you run all php version in trusty, but i run only those old version.