Uncommented translated ES lines

Also, turn yaml lint into a more versbose check
This commit is contained in:
Jeremy Benoist
2016-04-10 14:21:40 +02:00
parent 661d5ae0cf
commit eaec84fcd3
2 changed files with 10 additions and 10 deletions

View File

@ -58,4 +58,4 @@ script:
- ant prepare-$DB
- bin/phpunit -v
- if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi;
- if [ "$VALIDATE_TRANSLATION_FILE" = "run" ]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations ; fi;
- if [ "$VALIDATE_TRANSLATION_FILE" = "run" ]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations -v ; fi;