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 5959ff2655
commit 1952189e86
1 changed files with 2 additions and 0 deletions

View File

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