Restore data missin help debug

This commit is contained in:
Laurent Destailleur 2015-12-18 19:54:54 +01:00
parent 064fad136e
commit 11042fe499

View File

@ -109,6 +109,10 @@ install:
echo echo
before_script: before_script:
- echo Start travis
- echo Current dir is `pwd`
- echo Home dir is `echo ~`
- | - |
echo "Re-enabling Xdebug for PHP CodeSniffer and PHP Unit" echo "Re-enabling Xdebug for PHP CodeSniffer and PHP Unit"
phpenv config-add /tmp/xdebug.ini phpenv config-add /tmp/xdebug.ini
@ -238,11 +242,11 @@ script:
echo echo
- | - |
#echo "Checking PHP syntax errors" echo "Checking PHP syntax errors"
# Ensure we catch errors # Ensure we catch errors
#set -e set -e
#parallel-lint --exclude htdocs/includes --blame . parallel-lint --exclude htdocs/includes --blame .
#set +e set +e
echo echo
# TODO: dev/* checks # TODO: dev/* checks