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:
Steven Allen 2019-05-15 12:11:56 -07:00
parent 017564a863
commit 7340eb5e95

View File

@ -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