31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-03 06:00:47 +00:00

Update .travis.yml

This commit is contained in:
zero-24 2015-11-26 18:48:01 +01:00
parent 2f4cb4f099
commit 7b993d6f34

View File

@ -21,4 +21,4 @@ before_script:
- composer install
script:
- if [ "$RUN_PHPCS" == "yes" ]; then then vendor/bin/phpcs --report=full --extensions=php -p --standard=build/phpcs/Joomla --ignore=./*tmpl/* administrator/components/com_patchtester; fi
- if [ "$RUN_PHPCS" == "yes" ]; then vendor/bin/phpcs --report=full --extensions=php -p --standard=build/phpcs/Joomla --ignore=./*tmpl/* administrator/components/com_patchtester; fi