Skip to content

Commit e635ee1

Browse files
committed
Fix travis-fuzz upgrade-handling
1 parent 6441192 commit e635ee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fuzz/travis-fuzz.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
2-
cargo install honggfuzz
3-
set +e
2+
cargo install --force honggfuzz
3+
set -e
44
for TARGET in fuzz_targets/*; do
55
FILENAME=$(basename $TARGET)
66
FILE="${FILENAME%.*}"

0 commit comments

Comments
 (0)