diff --git a/.travis.yml b/.travis.yml index 632fa56ebc9..fb94d7cbcb4 100644 --- a/.travis.yml +++ b/.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