Skip to content

Commit

Permalink
Quiet unzip output for travis (capstone-engine#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber authored and aquynh committed Dec 20, 2018
1 parent d2d30bb commit bf43394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ before_install:
- export LD_LIBRARY_PATH=`pwd`/tests/:$LD_LIBRARY_PATH
before_script:
- wget https://github.com/groundx/capstonefuzz/raw/master/corpus/corpus-libFuzzer-capstone_fuzz_disasmnext-latest.zip
- unzip corpus-libFuzzer-capstone_fuzz_disasmnext-latest.zip -d suite/fuzz
- unzip -q corpus-libFuzzer-capstone_fuzz_disasmnext-latest.zip -d suite/fuzz
script:
- ./make.sh
- make check
Expand Down

0 comments on commit bf43394

Please sign in to comment.