exa/.travis.yml
2014-06-28 17:28:00 +01:00

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