Made sure travis caches mdbook-linkcheck's cache file

This commit is contained in:
Michael Bryan 2019-08-27 14:21:22 +08:00 committed by Who? Me?!
parent 589a4a2ea7
commit 83cdd46c3e
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ rust:
- nightly
cache:
- cargo
- directories:
- book/linkcheck/
before_install:
- shopt -s globstar
- MAX_LINE_LENGTH=100 bash ci/check_line_lengths.sh src/**/*.md