Skip to content

Commit f8cf6ab

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

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.travis.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ addons:
22
apt:
33
packages:
44
- sshpass
5+
- enchant
6+
- enchant-dev
7+
8+
env:
9+
- TESTS="spellcheck"
10+
- TESTS="build"
11+
12+
matrix:
13+
allow_failures:
14+
- env: TESTS="spellcheck"
515

616
language: python
717
cache: pip
@@ -11,7 +21,10 @@ python:
1121
install: "pip install -r requirements.txt"
1222

1323
script:
14-
- nikola build
24+
- case $TESTS in
25+
spellcheck) nikola plugin -i spell_check ;;
26+
build) nikola build ;;
27+
esac
1528

1629
deploy:
1730
skip_cleanup: true

0 commit comments

Comments
 (0)