exa/.travis.yml
Ben S eaa799c647 Replace deprecated raw types with libc ones
This limits it to stable until the APIs stabilise (weird, huh?)
2016-03-31 21:42:53 +01:00

19 lines
451 B
YAML

before_install:
- sudo add-apt-repository --yes ppa:kubuntu-ppa/backports
- sudo apt-get update -qq
- sudo apt-get install cmake
sudo: true
language: rust
rust:
- stable
script:
- cargo build --verbose
- cargo test --verbose
- cargo run
- cargo run -- --long
- cargo run -- --long --grid
- cargo run -- --tree
- cargo run -- --tree --long
- cargo run -- --recurse
- cargo run -- --recurse --long --extended