diff --git a/.travis.yml b/.travis.yml
index 3052d5ad84c755ad032da49e6f5a5d942967c035..ef9a7f51d32e42f82bfa681eca581efb1e372675 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