Skip to content

Commit fb18354

Browse files
committed
Temporarily disable serde integration test
ICEs because of rustc, not Clippy
1 parent 7bae5bd commit fb18354

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ matrix:
7272
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
7373
- env: INTEGRATION=bluss/rust-itertools
7474
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
75-
- env: INTEGRATION=serde-rs/serde
76-
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
75+
# FIXME: rustc ICE on `serde_test_suite`
76+
# - env: INTEGRATION=serde-rs/serde
77+
# if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
7778
- env: INTEGRATION=rust-lang-nursery/stdsimd
7879
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
7980
- env: INTEGRATION=rust-random/rand

0 commit comments

Comments
 (0)