mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-12-29 11:02:39 +00:00
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...
This commit is contained in:
parent
110a1c716b
commit
299289d76f
@ -8,6 +8,7 @@ rust:
|
|||||||
- stable
|
- stable
|
||||||
script:
|
script:
|
||||||
- cargo build --verbose
|
- cargo build --verbose
|
||||||
|
- sudo ./generate-testcases.sh
|
||||||
- cargo test --verbose
|
- cargo test --verbose
|
||||||
- cargo run
|
- cargo run
|
||||||
- cargo run -- --long
|
- cargo run -- --long
|
||||||
|
Loading…
Reference in New Issue
Block a user