diff --git a/.travis.yml b/.travis.yml index 146ee612bd7..ff16c8520ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -145,7 +145,7 @@ install: - | echo "Adding path of binaries tools installed by composer to the PATH" - export PATH="$TRAVIS_BUILD_DIR/htdocs/includes/bin:$TRAVIS_BUILD_DIR/htdocs/includes:$PATH" + export PATH="$TRAVIS_BUILD_DIR/htdocs/includes/bin:$TRAVIS_BUILD_DIR/htdocs/includes/php-parallel-lint:$TRAVIS_BUILD_DIR/htdocs/includes/phpunit:$TRAVIS_BUILD_DIR/htdocs/includes/squizlabs/php_codesniffer/bin:$TRAVIS_BUILD_DIR/htdocs/includes:$PATH" echo $PATH ls $TRAVIS_BUILD_DIR/htdocs/includes/bin ls $TRAVIS_BUILD_DIR/htdocs/includes/php-parallel-lint