aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-10 15:43:40 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-10 15:43:40 +0200
commite9497f6fc03bfd7a1724224766120389f1c554ea (patch)
tree499fdae49ff21bff261e1f47419c1a7caabfec84 /.travis.yml
parentc71d83b60cdcc6b844b77414159b69568366eefa (diff)
parenteaec84fcd3b3305ea51816704809a592945224b7 (diff)
downloadwallabag-e9497f6fc03bfd7a1724224766120389f1c554ea.tar.gz
wallabag-e9497f6fc03bfd7a1724224766120389f1c554ea.tar.zst
wallabag-e9497f6fc03bfd7a1724224766120389f1c554ea.zip
Merge pull request #1901 from wallabag/spanish
Update Spanish translation
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;