Actually read the docs about how to install aspell on travis

This commit is contained in:
Carol (Nichols || Goulding) 2016-12-13 10:31:52 -05:00
parent da4fa22fca
commit 1b60e32a70

View File

@ -5,9 +5,12 @@ rust:
- nightly
- beta
- stable
addons:
apt:
packages:
- aspell
before_script:
- (cargo install mdbook --git https://github.com/azerupi/mdBook.git --force || true)
- apt-get install aspell
script:
- bash spellcheck.sh list
- PATH=$PATH:/home/travis/.cargo/bin mdbook test