mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
don't skip git plugin test in travis
The git plugin is built-in. Anyways, there's no reason plugin loading shouldn't work in travis. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
parent
017564a863
commit
7340eb5e95
@ -8,13 +8,6 @@ test_description="Test git plugin"
|
||||
|
||||
. lib/test-lib.sh
|
||||
|
||||
# if in travis CI, dont test mount (no fuse)
|
||||
if ! test_have_prereq PLUGIN; then
|
||||
skip_all='skipping git plugin tests, plugins not available'
|
||||
|
||||
test_done
|
||||
fi
|
||||
|
||||
test_init_ipfs
|
||||
|
||||
# from https://github.com/ipfs/go-ipld-git/blob/master/make-test-repo.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user