浏览代码

Install cargo-fuzz on Travis before fuzzing.

whitequark 7 年之前
父节点
当前提交
af26eafd89
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -37,6 +37,8 @@ matrix:
         MODE='build'
     - rust: nightly
       env: MODE='fuzz run' ARGS='packet_parser -- -max_len=1536 -max_total_time=30'
+before_script:
+  - if [ $MODE == "fuzz" ]; then cargo install cargo-fuzz; fi
 script:
   - cargo $MODE --no-default-features --features "$FEATURES" $ARGS
 notifications: