Fix php codesniffer path for Travis

This commit is contained in:
Yves Hoppe 2017-01-14 09:16:31 +01:00
parent 572eebbfc4
commit a6fe011d05
1 changed files with 1 additions and 1 deletions

View File

@ -67,4 +67,4 @@ script:
- mv tests/acceptance.suite.dist.yml tests/acceptance.suite.yml
- vendor/bin/robo run:tests --use-htaccess
# Run phpcs on PHP 5.6 against weblinks source
- if [[ $RUN_PHPCS == "yes" ]]; then vendor/bin/phpcs --report=full --extensions=php -p --standard=tests/joomla-cms3/build/phpcs/Joomla ./src; fi
- if [[ $RUN_PHPCS == "yes" ]]; then vendor/bin/phpcs --report=full --extensions=php -p --standard=tests/joomla/build/phpcs/Joomla ./src; fi