exa/.travis.yml

8 lines
201 B
YAML
Raw Normal View History

2014-06-28 11:05:01 +00:00
before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- sudo apt-get update
install:
- sudo apt-get install rust-nightly
script:
2014-06-28 16:28:00 +00:00
- rustc --test src/exa.rs -o exa-test && ./exa-test