exa/.travis.yml

10 lines
235 B
YAML
Raw Normal View History

2014-06-28 11:05:01 +00:00
before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
2014-07-01 18:11:35 +00:00
- yes | sudo add-apt-repository ppa:cmrx64/cargo
2014-06-28 11:05:01 +00:00
- sudo apt-get update
install:
2014-07-01 18:11:35 +00:00
- sudo apt-get install rust-nightly cargo
2014-06-28 11:05:01 +00:00
script:
2014-07-01 18:11:35 +00:00
- cargo build
2014-07-02 20:47:43 +00:00
- cargo test