Merge pull request #296 from yvesh/phpcsfix

Fix PHP Codesniffer path for Travis
This commit is contained in:
Robert Deutz 2017-02-08 15:55:34 +01:00 committed by GitHub
commit 155a17cf08
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