Skip to content

Commit 99dd0bb

Browse files
committed
Auto merge of #4976 - JohnTitor:integration, r=phansch
Update integration name I noticed some `INTEGRATION` env vars point to previous org/repo names. changelog: none
2 parents d9e38f5 + 41a0234 commit 99dd0bb

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
@@ -82,22 +82,22 @@ matrix:
8282
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
8383
- env: INTEGRATION=hyperium/hyper
8484
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
85-
- env: INTEGRATION=bluss/rust-itertools
85+
- env: INTEGRATION=rust-itertools/itertools
8686
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
8787
# FIXME: rustc ICE on `serde_test_suite`
8888
# - env: INTEGRATION=serde-rs/serde
8989
# if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
90-
- env: INTEGRATION=rust-lang-nursery/stdsimd
90+
- env: INTEGRATION=rust-lang/stdarch
9191
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
9292
- env: INTEGRATION=rust-random/rand
9393
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
94-
- env: INTEGRATION=rust-lang-nursery/futures-rs
94+
- env: INTEGRATION=rust-lang/futures-rs
9595
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
9696
- env: INTEGRATION=Marwes/combine
9797
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
9898
- env: INTEGRATION=rust-lang-nursery/failure
9999
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
100-
- env: INTEGRATION=rust-lang-nursery/log
100+
- env: INTEGRATION=rust-lang/log
101101
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
102102
- env: INTEGRATION=chronotope/chrono
103103
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)

0 commit comments

Comments
 (0)