From 326270ad1221b54028f9d029881fa0b1fb742db9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Fri, 26 Oct 2018 09:57:20 +0200 Subject: [PATCH] travis: work around temporary test failure due to rustc crashing on hyper. Upstream ticket: https://github.com/rust-lang/rust/issues/55376 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 97cec5ee86b..04027833e7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,7 +65,8 @@ matrix: - env: INTEGRATION=chronotope/chrono - env: INTEGRATION=serde-rs/serde - env: INTEGRATION=Geal/nom - - env: INTEGRATION=hyperium/hyper +# uncomment once https://github.com/rust-lang/rust/issues/55376 is fixed +# - env: INTEGRATION=hyperium/hyper allow_failures: - os: windows env: BASE_TEST=true