Made sure travis caches mdbook-linkcheck's cache file
This commit is contained in:
parent
589a4a2ea7
commit
83cdd46c3e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue