mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-04 16:22:55 +00:00
fix travis
This commit is contained in:
@@ -10,7 +10,8 @@ main() {
|
||||
return
|
||||
fi
|
||||
|
||||
if [ -z $CODECOV ]; then
|
||||
if [ ! -z $CODECOV ]; then
|
||||
echo "Codecov"
|
||||
cargo build --verbose && cargo coverage --verbose && bash <(curl -s https://codecov.io/bash) -s target/kcov
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user