Update .travis.yml

This commit is contained in:
zero-24 2015-11-26 18:48:01 +01:00
parent 2f4cb4f099
commit 7b993d6f34
1 changed files with 1 additions and 1 deletions

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