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

8 lines
162 B
YAML

before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- sudo apt-get update
install:
- sudo apt-get install rust-nightly
script:
- cargo test