Skip to content

Commit 07442d4

Browse files
authored
Merge pull request #286 from JulienPalard/travis
Check spell on all po files at the root of the repo.
2 parents d3dd12d + 5c49e3f commit 07442d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ before_install:
66
install:
77
- pip install pospell
88
script:
9-
- pospell --glob '[a-k]*.po' -p dict -l fr
9+
- pospell --glob '*.po' -p dict -l fr
1010
- make CPYTHON_CLONE=/tmp/cpython/ BRANCH=3.7

0 commit comments

Comments
 (0)