mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-04-08 00:11:51 +00:00
Get Cargo working on Travis
This commit is contained in:
parent
d2647df0ca
commit
7aec8631ab
@ -1,7 +1,10 @@
|
|||||||
before_install:
|
before_install:
|
||||||
- yes | sudo add-apt-repository ppa:hansjorg/rust
|
- yes | sudo add-apt-repository ppa:hansjorg/rust
|
||||||
|
- yes | sudo add-apt-repository ppa:cmrx64/cargo
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install rust-nightly
|
- sudo apt-get install rust-nightly cargo
|
||||||
script:
|
script:
|
||||||
- rustc --test src/exa.rs -o exa-test && ./exa-test
|
- cargo build
|
||||||
|
- cargo test
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user