exa/.travis.yml
Benjamin Sago 299289d76f Fix the Travis build
The tests, as I so clearly wrote a comment to indicate, can only be run after the script to generate the testcases has been run...
2016-04-26 17:54:23 +01:00

20 lines
486 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
- sudo ./generate-testcases.sh
- 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