mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-27 06:18:29 +00:00
Fix php codesniffer path for Travis
This commit is contained in:
parent
572eebbfc4
commit
a6fe011d05
@ -67,4 +67,4 @@ script:
|
|||||||
- mv tests/acceptance.suite.dist.yml tests/acceptance.suite.yml
|
- mv tests/acceptance.suite.dist.yml tests/acceptance.suite.yml
|
||||||
- vendor/bin/robo run:tests --use-htaccess
|
- vendor/bin/robo run:tests --use-htaccess
|
||||||
# Run phpcs on PHP 5.6 against weblinks source
|
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user