We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e424c commit bbeef46Copy full SHA for bbeef46
.travis.yml
@@ -4,7 +4,7 @@ before_install:
4
- export LD_LIBRARY_PATH=`pwd`/tests/:$LD_LIBRARY_PATH
5
before_script:
6
- wget https://github.com/groundx/capstonefuzz/raw/master/corpus/corpus-libFuzzer-capstone_fuzz_disasmnext-latest.zip
7
- - unzip corpus-libFuzzer-capstone_fuzz_disasmnext-latest.zip -d suite/fuzz
+ - unzip -q corpus-libFuzzer-capstone_fuzz_disasmnext-latest.zip -d suite/fuzz
8
script:
9
- ./make.sh
10
- make check
0 commit comments