From b0482306f76949f5e46783352a695bdf485fd38e Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Mon, 27 Jul 2020 19:53:11 +0200 Subject: [PATCH] Cambiar instrucciones de travis como Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Depués del merge de PR #619, el archivo de configuración de travis no fue actualizado como corresponde. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 03d82837ab..88619193f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ install: - powrap --version script: - powrap --check --quiet **/*.po - - cat dict dictionaries/*.txt > dict.txt + - awk 1 dict dictionaries/*.txt > dict.txt - pospell -p dict.txt -l es_AR -l es_ES **/*.po - make build branches: