use rust nightly instead of deb

This commit is contained in:
Colin Sherratt
2014-05-09 20:30:01 -06:00
parent 1a6ac03f36
commit 9e4b0f4c2d

View File

@ -1,8 +1,8 @@
before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- sudo apt-get update
install:
- sudo apt-get install rust-nightly libudev-dev
- wget http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
- tar xzf rust-nightly-x86_64-unknown-linux-gnu.tar.gz
- export PATH=$PATH:$(pwd)/rust-nightly-x86_64-unknown-linux-gnu/bin
- rustc -v
script:
- ./configure
- make