Skip to content

Commit

Permalink
don't skip git plugin test in travis
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stebalien committed May 15, 2019
1 parent 017564a commit 7340eb5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/sharness/t0280-plugin-git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7340eb5

Please sign in to comment.