Browse Source

fixup! Qual Increase PHP Error reporting in travis check

MDW 1 year ago
parent
commit
ea5844cc8a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -394,6 +394,7 @@ script:
     # Ensure we catch errors
     # Ensure we catch errors
     set +e
     set +e
     echo '<?php ' > $INSTALL_FORCED_FILE
     echo '<?php ' > $INSTALL_FORCED_FILE
+    echo 'error_reporting(E_ALL);' >> $INSTALL_FORCED_FILE
     echo '$'force_install_noedit=2';' >> $INSTALL_FORCED_FILE
     echo '$'force_install_noedit=2';' >> $INSTALL_FORCED_FILE
     if [ "$DB" = 'mysql' ] || [ "$DB" = 'mariadb' ]; then
     if [ "$DB" = 'mysql' ] || [ "$DB" = 'mariadb' ]; then
       echo '$'force_install_type=\'mysqli\'';' >> $INSTALL_FORCED_FILE
       echo '$'force_install_type=\'mysqli\'';' >> $INSTALL_FORCED_FILE