From 11042fe49969ff0038dfaee70141776a433bd0b5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 18 Dec 2015 19:54:54 +0100 Subject: [PATCH] Restore data missin help debug --- .travis.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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