From 61df71cc6450f1c5f32cb551eaacd54728018709 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 18 Dec 2015 19:57:09 +0100 Subject: [PATCH] Fix travis --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fb94d7cbcb4..505c4aade29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -109,9 +109,10 @@ install: echo before_script: - - echo Start travis - - echo Current dir is `pwd` - - echo Home dir is `echo ~` +- | + echo Start travis + echo Current dir is `pwd` + echo Home dir is `echo ~` - | echo "Re-enabling Xdebug for PHP CodeSniffer and PHP Unit"