Skip to content

Commit c35cd10

Browse files
committed
Update ubuntu version + python to try and install es_ES y es_AR
1 parent 9e44d1e commit c35cd10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
2-
dist: xenial
3-
python: 3.7
2+
dist: bionic
3+
python: 3.8
44
before_install:
55
- sudo apt-get update
66
- sudo apt-get install -y hunspell hunspell-es
@@ -10,5 +10,5 @@ install:
1010
- powrap --version
1111
script:
1212
- powrap --check --quiet **/*.po
13-
- pospell -p dict -l es_ES **/*.po
13+
- pospell -p dict -l es_AR -l es_ES **/*.po
1414
- make build

0 commit comments

Comments
 (0)