From 83f3b7305ac6bf0472e1c24725097cc79dc2431e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Wed, 18 May 2016 12:26:46 +0200 Subject: [PATCH] Fix travis file --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3052d5ad84c..ef9a7f51d32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,6 +103,11 @@ install: composer require squizlabs/php_codesniffer ^2 echo +- | + echo "Adding path of binaries tools installed by composer to the PATH" + export PATH="$TRAVIS_BUILD_DIR/htdocs/includes/bin:$PATH" + echo + before_script: - | echo Start travis -- GitLab