mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 18:14:44 +02:00
travis: Fail on deprecation warning
This commit makes Travis fail on deprecation warnings for new versions of PHP and ensures that checks are made against all versions from PHP 5.6 onwards
This commit is contained in:
parent
81ee15a161
commit
719320e1a4
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
<!--
|
||||
|
||||
-->
|
||||
<config name="testVersion" value="5.6"/>
|
||||
<config name="testVersion" value="5.6-"/>
|
||||
<rule ref="PHPCompatibility">
|
||||
<!--
|
||||
"PHP 7 changes how most errors are reported by PHP. Instead of reporting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue