mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 23:50:25 +08:00
Actually read the docs about how to install aspell on travis
This commit is contained in:
parent
da4fa22fca
commit
1b60e32a70
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user