diff options
| author | Amanjeev Sethi <aj@amanjeev.com> | 2019-10-02 11:47:41 -0400 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2019-10-04 16:32:47 -0500 |
| commit | ca97497c9e8d0dca1a15c9cac2f905a1109285f5 (patch) | |
| tree | dd5620eb06cd37abf1c8a58a3778f16e385afd4e | |
| parent | 6ddf409d8a18f0d670d45659f1f0c3c0d7e2297e (diff) | |
Revert "Removes timeout script call so CI does not have false pasitives"
This reverts commit 5aa733097afa7d4b3ec67e4fb09b76c761f18d17.
| -rw-r--r-- | src/doc/rustc-dev-guide/.travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/.travis.yml b/src/doc/rustc-dev-guide/.travis.yml index 985ed093ffa..c33c38b84f2 100644 --- a/src/doc/rustc-dev-guide/.travis.yml +++ b/src/doc/rustc-dev-guide/.travis.yml @@ -12,6 +12,7 @@ install: - source ~/.cargo/env || true - bash -x ci/install.sh script: +- bash -x ci/build-ignore-timeouts.sh - mdbook test notifications: email: |
