From 6ddf409d8a18f0d670d45659f1f0c3c0d7e2297e Mon Sep 17 00:00:00 2001 From: Amanjeev Sethi Date: Tue, 1 Oct 2019 21:28:34 -0400 Subject: [PATCH] Removes timeout script call so CI does not have false pasitives --- 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 c33c38b84f21..985ed093ffa6 100644 --- a/src/doc/rustc-dev-guide/.travis.yml +++ b/src/doc/rustc-dev-guide/.travis.yml @@ -12,7 +12,6 @@ install: - source ~/.cargo/env || true - bash -x ci/install.sh script: -- bash -x ci/build-ignore-timeouts.sh - mdbook test notifications: email: