Skip to content

Commit 9d69da7

Browse files
Merge #3362
3362: travis: work around temporary test failure due to rustc crashing on hyper r=phansch a=matthiaskrgr Upstream ticket: rust-lang/rust#55376 Co-authored-by: Matthias Krüger <matthias.krueger@famsik.de>
2 parents 4a7601b + 326270a commit 9d69da7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ matrix:
6565
- env: INTEGRATION=chronotope/chrono
6666
- env: INTEGRATION=serde-rs/serde
6767
- env: INTEGRATION=Geal/nom
68-
- env: INTEGRATION=hyperium/hyper
68+
# uncomment once https://github.com/rust-lang/rust/issues/55376 is fixed
69+
# - env: INTEGRATION=hyperium/hyper
6970
allow_failures:
7071
- os: windows
7172
env: BASE_TEST=true

0 commit comments

Comments
 (0)