浏览代码

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...
Benjamin Sago 9 年之前
父节点
当前提交
299289d76f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -8,6 +8,7 @@ rust:
   - stable
 script:
     - cargo build --verbose
+    - sudo ./generate-testcases.sh
     - cargo test --verbose
     - cargo run
     - cargo run -- --long