aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-04-10 14:21:40 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-04-10 14:21:42 +0200
commiteaec84fcd3b3305ea51816704809a592945224b7 (patch)
tree4d896752fae4412ea18f68e4ca17e7154bb17fdc /.travis.yml
parent661d5ae0cf1dc1218c0e03c430411002d616a845 (diff)
downloadwallabag-eaec84fcd3b3305ea51816704809a592945224b7.tar.gz
wallabag-eaec84fcd3b3305ea51816704809a592945224b7.tar.zst
wallabag-eaec84fcd3b3305ea51816704809a592945224b7.zip
Uncommented translated ES lines
Also, turn yaml lint into a more versbose check
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fc9a38c2..324b236a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,4 +58,4 @@ script:
58 - ant prepare-$DB 58 - ant prepare-$DB
59 - bin/phpunit -v 59 - bin/phpunit -v
60 - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; 60 - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi;
61 - if [ "$VALIDATE_TRANSLATION_FILE" = "run" ]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations ; fi; 61 - if [ "$VALIDATE_TRANSLATION_FILE" = "run" ]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations -v ; fi;