diff options
Diffstat (limited to 'ci/run-tests.sh')
-rwxr-xr-x | ci/run-tests.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ci/run-tests.sh b/ci/run-tests.sh deleted file mode 100755 index 22355f0091..0000000000 --- a/ci/run-tests.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/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 |