@cryptotaxi247 / kubo / commits / 7340eb5e9

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>

Steven Allen committed May 15, 2019 at 12:11 UTC 7340eb5e95d0bb9df5d9b04d6497576f02e21fab
1 file changed -7
test/sharness/t0280-plugin-git.sh
-7
@@ -8,13 +8,6 @@ test_description="Test git plugin"
8
9 . lib/test-lib.sh
10
11 -# if in travis CI, dont test mount (no fuse)
12 -if ! test_have_prereq PLUGIN; then
13 - skip_all='skipping git plugin tests, plugins not available'
14 -
15 - test_done
16 -fi
17 -
11 test_init_ipfs
12
13 # from https://github.com/ipfs/go-ipld-git/blob/master/make-test-repo.sh