From eb78077a0cdb7d872a385479561e51950efae05d Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Fri, 19 Oct 2018 19:40:54 +0200 Subject: [PATCH] Travis: Added fuzzing corpus to the cache --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e047b29f..c0233eab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -125,4 +125,6 @@ matrix: cache: directories: - "~/.platformio" + - "fuzzing/json_corpus" + - "fuzzing/msgpack_corpus" script: scripts/travis/$SCRIPT.sh