summaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-10-28 07:15:20 +0100
committerGitHub <noreply@github.com>2018-10-28 07:15:20 +0100
commit26fe37c41460d6db3b5dd975a86c14fdd8dfadf3 (patch)
treed9c0947ac7a92404e4fdc22de4ad6de2258684f0 /.circleci
parent11b3ee4f4c1ede03f31dff4048283480ee22dd5f (diff)
Update i18n-tasks and change CircleCI command (#9104)
* Update i18n-tasks and CircleCI command * Fix #9088 * Update i18n-tasks * Fix ast
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index c1b96347203..1161e4076c6 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -175,7 +175,7 @@ jobs:
- *attach_workspace
- run: bundle exec i18n-tasks check-normalized
- run: bundle exec i18n-tasks unused
- - run: bundle exec i18n-tasks missing-plural-keys
+ - run: bundle exec i18n-tasks missing -t plural
- run: bundle exec i18n-tasks check-consistent-interpolations
workflows: