mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Fix build for travis
This commit is contained in:
@@ -159,10 +159,6 @@ check_deps() {
|
||||
MISSING="${MISSING} yasm(1.2.0)"
|
||||
fi
|
||||
|
||||
env mkdocs help >/dev/null 2>&1
|
||||
if [ $? -ne 0 ]; then
|
||||
MISSING="${MISSING} mkdocs"
|
||||
fi
|
||||
}
|
||||
|
||||
main() {
|
||||
|
||||
Reference in New Issue
Block a user