added aspeller package

This commit is contained in:
funkill2 2019-09-20 17:59:55 +03:00
parent f98b6c0e28
commit e5304e4223
No known key found for this signature in database
GPG Key ID: 9202B2432F86E487
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ dist: trusty
language: rust
cache: cargo
rust: nightly-2019-08-21 # minimum required version for async/await
addons:
apt:
packages:
- aspell
- aspell-en
before_install:
- cargo install mdbook --vers '0.3.1' --debug --force