diff options
author | van Hauser <vh@thc.org> | 2019-10-31 11:17:18 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-10-31 11:17:18 +0100 |
commit | fce7a0c78c3b1b54af288c9f94e65947d536d993 (patch) | |
tree | d342a0e406b82435c1e762c71e717d10c9c3d3c3 | |
parent | 98b27d0c64c849318b36bc1f70851a53a8179057 (diff) | |
download | afl++-fce7a0c78c3b1b54af288c9f94e65947d536d993.tar.gz |
update travis
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9f7ed920..b6e0f1d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,5 +57,6 @@ 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 + - ./afl-system-config - make tests - make clean |