Skip to content

Commit

Permalink
Add missing cargo-afl dependency during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Jan 3, 2019
1 parent d30df69 commit d799e5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ script:
- |
if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
pushd secsp_fuzzer/
cargo install afl
cargo afl build
timeout 10m cargo afl fuzz -i ../examples -o out target/debug/secsp-fuzzer > /dev/null || true
cat out/fuzzer_stats
Expand Down

0 comments on commit d799e5e

Please sign in to comment.