Skip to content

Commit 7340eb5

Browse files
committed
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 <[email protected]>
1 parent 017564a commit 7340eb5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/sharness/t0280-plugin-git.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ test_description="Test git plugin"
88

99
. lib/test-lib.sh
1010

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-
1811
test_init_ipfs
1912

2013
# from https://github.com/ipfs/go-ipld-git/blob/master/make-test-repo.sh

0 commit comments

Comments
 (0)