mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-16 01:07:09 +00:00
10 lines
235 B
YAML
10 lines
235 B
YAML
before_install:
|
|
- yes | sudo add-apt-repository ppa:hansjorg/rust
|
|
- yes | sudo add-apt-repository ppa:cmrx64/cargo
|
|
- sudo apt-get update
|
|
install:
|
|
- sudo apt-get install rust-nightly cargo
|
|
script:
|
|
- cargo build
|
|
- cargo test
|