Skip to content

Commit eb1fc7b

Browse files
committed
Disable hyper and futures-rs integration tests
1 parent 93bda48 commit eb1fc7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ matrix:
6262
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
6363
- env: INTEGRATION=rust-lang/rustfmt
6464
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
65-
- env: INTEGRATION=hyperium/hyper
66-
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
65+
# - env: INTEGRATION=hyperium/hyper
66+
# if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
6767
- env: INTEGRATION=bluss/rust-itertools
6868
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
6969
- env: INTEGRATION=serde-rs/serde
@@ -72,8 +72,8 @@ matrix:
7272
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
7373
- env: INTEGRATION=rust-random/rand
7474
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
75-
- env: INTEGRATION=rust-lang-nursery/futures-rs
76-
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
75+
# - env: INTEGRATION=rust-lang-nursery/futures-rs
76+
# if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
7777
- env: INTEGRATION=Marwes/combine
7878
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
7979
- env: INTEGRATION=rust-lang-nursery/failure

0 commit comments

Comments
 (0)