Install mdbook on travis

This commit is contained in:
Steve Klabnik 2015-12-14 12:18:00 -05:00
parent d1fdb5d539
commit 4c14577256

View File

@ -5,7 +5,9 @@ rust:
- nightly - nightly
- beta - beta
- stable - stable
- 1.0.0 - 1.5.0
before_script:
- cargo install mdbook
script: script:
- make all - make all