Fix travis file

This commit is contained in:
Laurent Destailleur 2016-05-18 12:26:46 +02:00
parent e7385c9e4f
commit 83f3b7305a

View File

@ -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