diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-10 15:43:40 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-10 15:43:40 +0200 |
commit | e9497f6fc03bfd7a1724224766120389f1c554ea (patch) | |
tree | 499fdae49ff21bff261e1f47419c1a7caabfec84 /.travis.yml | |
parent | c71d83b60cdcc6b844b77414159b69568366eefa (diff) | |
parent | eaec84fcd3b3305ea51816704809a592945224b7 (diff) | |
download | wallabag-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.yml | 2 |
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; |