Skip to content

Commit 326270a

Browse files
committed
travis: work around temporary test failure due to rustc crashing on hyper.
Upstream ticket: rust-lang/rust#55376
1 parent 4a7601b commit 326270a

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)