about summary refs log tree commit diff
path: root/.circleci
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-06-16 19:12:12 +0200
committerGitHub <noreply@github.com>2019-06-16 19:12:12 +0200
commit65efe892cf56cd4f998de885bccc36e9231d8144 (patch)
treeb03264dfe44da02a03938039c1094c268a7bd0d4 /.circleci
parent01e362316c5273ab5ae6acaa44834260b731fe57 (diff)
Fix check-i18n builds (#11084)
* Fix check-i18n builds

* Remove check for missing plural forms
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index e8bfde299..2355d9d7d 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -174,8 +174,7 @@ jobs:
     steps:
       - *attach_workspace
       - run: bundle exec i18n-tasks check-normalized
-      - run: bundle exec i18n-tasks unused
-      - run: bundle exec i18n-tasks missing -t plural
+      - run: bundle exec i18n-tasks unused -l en
       - run: bundle exec i18n-tasks check-consistent-interpolations
 
 workflows: