Skip to content

Commit ea14cc7

Browse files
authored
Merge pull request #637 from cmaureir/fix-travis-dict
Cambiar instrucciones de travis como Makefile
2 parents 5702988 + b048230 commit ea14cc7

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)