diff options
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b5684452..9f7ed920 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,4 +57,5 @@ script: # else timeout --preserve-status 5s ./afl-fuzz -Q -i seeds -o out/ -- ./test-no-instr; # fi #- .travis/check_fuzzer_stats.sh -o out -k peak_rss_mb -v 12 -p 9 + - make tests - make clean |