travis fixes

This commit is contained in:
van Hauser
2020-08-05 10:25:53 +02:00
parent 8fc727e597
commit 4a859aff70
4 changed files with 6 additions and 5 deletions

View File

@ -31,6 +31,7 @@ RUN apt-get update && apt-get -y install \
ENV AFL_NO_UI=1
ENV AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1
ENV LLVM_CONFIG=llvm-config-6.0
RUN cd / && \
git clone https://github.com/AFLplusplus/AFLplusplus && \