about summary refs log tree commit diff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-06-16 21:25:37 +0200
committerGitHub <noreply@github.com>2019-06-16 21:25:37 +0200
commit118701b548556a8894ea94837d120c3374c5e3a6 (patch)
tree103e4dbb4ef5a831e34a523aa959d62417827f97 /.circleci/config.yml
parentd3aaacb6d48ab815a79cc4feb6b2c9a1ffc41717 (diff)
parent5717f75340dacc4d08fa1e8698af7f4413c20993 (diff)
Merge pull request #1121 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 107ed1248..8c8b411df 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -177,8 +177,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: