japaric / trust

Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows
Apache License 2.0
1.26k stars 59 forks source link

Stop installing rust with rustup.rs twice #69

Closed Arzte closed 7 years ago

Arzte commented 7 years ago

Since https://github.com/travis-ci/travis-ci/issues/7510 Travis now uses rustup.rs to install rust. This change will stop trust from installing rust a second time the exact same way that Travis does.

japaric commented 7 years ago

Since travis-ci/travis-ci#7510 Travis now uses rustup.rs to install rust.

🎉 Yay! 🎉

Thanks, @SirDoctors!

@homunkulus r+

homunkulus commented 7 years ago

:pushpin: Commit 95ab97e has been approved by japaric

homunkulus commented 7 years ago

:hourglass: Testing commit 95ab97e with merge 95ab97e...

Arzte commented 7 years ago

np

japaric commented 7 years ago

Merging as tests passed. (I don't know what's up with Homu)