Skip to content

Commit b048230

Browse files
committed
Cambiar instrucciones de travis como Makefile
Depués del merge de PR #619, el archivo de configuración de travis no fue actualizado como corresponde.
1 parent 5702988 commit b048230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install:
1010
- powrap --version
1111
script:
1212
- powrap --check --quiet **/*.po
13-
- cat dict dictionaries/*.txt > dict.txt
13+
- awk 1 dict dictionaries/*.txt > dict.txt
1414
- pospell -p dict.txt -l es_AR -l es_ES **/*.po
1515
- make build
1616
branches:

0 commit comments

Comments
 (0)