From eaec84fcd3b3305ea51816704809a592945224b7 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Sun, 10 Apr 2016 14:21:40 +0200 Subject: Uncommented translated ES lines Also, turn yaml lint into a more versbose check --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index fc9a38c2..324b236a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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; -- cgit v1.2.3