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
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user