Skip to content

Commit bbeef46

Browse files
catenacyberaquynh
authored andcommitted
Quiet unzip output for travis (capstone-engine#1321)
1 parent 81e424c commit bbeef46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ before_install:
44
- export LD_LIBRARY_PATH=`pwd`/tests/:$LD_LIBRARY_PATH
55
before_script:
66
- 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
7+
- unzip -q corpus-libFuzzer-capstone_fuzz_disasmnext-latest.zip -d suite/fuzz
88
script:
99
- ./make.sh
1010
- make check

0 commit comments

Comments
 (0)