From 116bdf47a3c4c31e0111ad011b94a642fc23833b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 18 Dec 2015 20:02:28 +0100 Subject: [PATCH] Debug travis --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index a5330042b58..426c6b97d74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -109,6 +109,11 @@ 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