about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorMichael Bryan <michaelfbryan@gmail.com>2019-08-27 14:21:22 +0800
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-09-05 17:03:24 -0500
commit0612ebfbf6d4116a2812864dcf9ce5f0f16d1b23 (patch)
tree82b54d47778c777ec5769083d86baf6b2baa21e7 /src/doc/rustc-dev-guide
parentee48f72ba8b8c63c6effff986cfd8017684a0831 (diff)
downloadrust-0612ebfbf6d4116a2812864dcf9ce5f0f16d1b23.tar.gz
rust-0612ebfbf6d4116a2812864dcf9ce5f0f16d1b23.zip
Made sure travis caches mdbook-linkcheck's cache file
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/.travis.yml b/src/doc/rustc-dev-guide/.travis.yml
index bd72a03fc0b..8fa2f0c1df1 100644
--- a/src/doc/rustc-dev-guide/.travis.yml
+++ b/src/doc/rustc-dev-guide/.travis.yml
@@ -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