Rollup merge of #46155 - SimonSapin:stylo, r=kennytm

Revert servo to upstream in cargotest

This is a follow-up to https://github.com/rust-lang/rust/pull/45225#issuecomment-345503017 now that upstream has adjusted: https://github.com/servo/servo/pull/19316
This commit is contained in:
kennytm 2017-11-22 01:13:05 +08:00 committed by GitHub
commit 7f0a1e26b2
1 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ const TEST_REPOS: &'static [Test] = &[
},
Test {
name: "servo",
repo: "https://github.com/eddyb/servo",
sha: "6031de9a397e2feba4ff98725991825f62b68518",
repo: "https://github.com/servo/servo",
sha: "17e97b9320fdb7cdb33bbc5f4d0fde0653bbf2e4",
lock: None,
// Only test Stylo a.k.a. Quantum CSS, the parts of Servo going into Firefox.
// This takes much less time to build than all of Servo and supports stable Rust.