exa/.travis.yml
2014-07-01 20:34:35 +01:00

12 lines
273 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
- rustc --test src/exa -o exa-test
- ./exa-test