From 299289d76f4c02c15b3c3cabd4cea674892a8f6c Mon Sep 17 00:00:00 2001 From: Benjamin Sago Date: Tue, 26 Apr 2016 17:54:23 +0100 Subject: [PATCH] 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... --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5c9d7f5..c8e6e6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ rust: - stable script: - cargo build --verbose + - sudo ./generate-testcases.sh - cargo test --verbose - cargo run - cargo run -- --long