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