mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-26 05:47:32 +00:00
8 lines
201 B
YAML
8 lines
201 B
YAML
before_install:
|
|
- yes | sudo add-apt-repository ppa:hansjorg/rust
|
|
- sudo apt-get update
|
|
install:
|
|
- sudo apt-get install rust-nightly
|
|
script:
|
|
- rustc --test src/exa.rs -o exa-test && ./exa-test
|