Restore data missin help debug
This commit is contained in:
parent
064fad136e
commit
11042fe499
12
.travis.yml
12
.travis.yml
@ -109,6 +109,10 @@ install:
|
||||
echo
|
||||
|
||||
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"
|
||||
phpenv config-add /tmp/xdebug.ini
|
||||
@ -238,11 +242,11 @@ script:
|
||||
echo
|
||||
|
||||
- |
|
||||
#echo "Checking PHP syntax errors"
|
||||
echo "Checking PHP syntax errors"
|
||||
# Ensure we catch errors
|
||||
#set -e
|
||||
#parallel-lint --exclude htdocs/includes --blame .
|
||||
#set +e
|
||||
set -e
|
||||
parallel-lint --exclude htdocs/includes --blame .
|
||||
set +e
|
||||
echo
|
||||
|
||||
# TODO: dev/* checks
|
||||
|
||||
Loading…
Reference in New Issue
Block a user