diff options
Diffstat (limited to 'ci/run-tests.sh')
-rwxr-xr-x | ci/run-tests.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ci/run-tests.sh b/ci/run-tests.sh new file mode 100755 index 0000000000..22355f0091 --- /dev/null +++ b/ci/run-tests.sh @@ -0,0 +1,13 @@ +#!/bin/sh +# +# Test Git +# + +. ${0%/*}/lib-travisci.sh + +ln -s $HOME/travis-cache/.prove t/.prove +make --quiet test + +check_unignored_build_artifacts + +save_good_tree |