hansjorg / rust-ci

Django webapp for www.rust-ci.org
Apache License 2.0
17 stars 8 forks source link

Fix instructions for .travis.yml #17

Closed steveklabnik closed 10 years ago

steveklabnik commented 10 years ago

The ppa is quite out of date, and rustup.sh includes a cargo that works too.

dcbishop commented 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

steveklabnik commented 10 years ago

Neat. What does that actually do? Does it always use the latest nightly?

dcbishop commented 10 years ago

@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