]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - bin/symfony_requirements
Run PHP 7.1 on Travis
[github/wallabag/wallabag.git] / bin / symfony_requirements
index 7cd559a4517cb0c85fcca8ef3d81b7a143f98f5a..8825a964676ae774fab136ca2670799ec64a415d 100755 (executable)
@@ -13,7 +13,7 @@ echo '> PHP is using the following php.ini file:'.PHP_EOL;
 if ($iniPath) {
     echo_style('green', '  '.$iniPath);
 } else {
-    echo_style('warning', '  WARNING: No configuration file (php.ini) used by PHP!');
+    echo_style('yellow', '  WARNING: No configuration file (php.ini) used by PHP!');
 }
 
 echo PHP_EOL.PHP_EOL;