From 5af9a8edc84f71e64c208e5872d4ab4595c895b1 Mon Sep 17 00:00:00 2001 From: Who? Me?! Date: Tue, 26 Nov 2019 17:09:44 -0600 Subject: [PATCH] Don't run mdbook test We don't want to test almost any of our code blocks... none of them are valid on their own... --- src/doc/rustc-dev-guide/.travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/doc/rustc-dev-guide/.travis.yml b/src/doc/rustc-dev-guide/.travis.yml index 50b7d6b955a6..6ee759d4ccdd 100644 --- a/src/doc/rustc-dev-guide/.travis.yml +++ b/src/doc/rustc-dev-guide/.travis.yml @@ -13,7 +13,6 @@ install: - bash -x ci/install.sh script: - mdbook build -- mdbook test notifications: email: on_success: never