Skip to content

Commit dfe2bc4

Browse files
author
Vadim Rutkovsky
committed
Enable en/ru spellcheck in travis
1 parent 026695b commit dfe2bc4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@ addons:
22
apt:
33
packages:
44
- sshpass
5+
- aspell-ru
6+
- enchant
57

68
language: python
79
cache: pip
810
python:
911
- "3.6"
1012

11-
install: "pip install -r requirements.txt"
13+
install:
14+
- pip install -r requirements.txt
15+
- nikola plugin -i spell_check
1216

1317
script:
14-
- nikola build
18+
- nikola build
1519

1620
deploy:
1721
skip_cleanup: true

0 commit comments

Comments
 (0)