mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-12 07:26:31 +00:00
7 lines
160 B
YAML
7 lines
160 B
YAML
|
before_install:
|
||
|
- yes | sudo add-apt-repository ppa:hansjorg/rust
|
||
|
- sudo apt-get update
|
||
|
install:
|
||
|
- sudo apt-get install rust-nightly
|
||
|
script:
|
||
|
- make test
|