From a91b5d0e3f15e78c9b84e7a04c9c0c402ba9a7a1 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Sun, 14 Jun 2020 17:21:49 +0200 Subject: [PATCH] Remove dict duplicates from Travis build I'm removing this because it's generating problems to people and it's not strictly required to have a good translation quality. We can re-add it in the future or even run it manually monthly or similar. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3042a0b398..9ce8012632 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ install: script: - powrap --check --quiet **/*.po - pospell -p dict -l es_AR -l es_ES **/*.po - - make dict_dups - make build branches: only: