Closed steveklabnik closed 10 years ago
There is actually support for Rust in travis-ci now, specifying the language is all you need to do for a cargo build+test. https://github.com/hansjorg/rust-ci/pull/21 https://github.com/travis-ci/travis-ci-rust-example
Neat. What does that actually do? Does it always use the latest nightly?
@steveklabnik Yep, pulls it from http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
You can see a sample build
The ppa is quite out of date, and
rustup.sh
includes a cargo that works too.