summaryrefslogtreecommitdiff
path: root/ci/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/run-tests.sh')
-rwxr-xr-xci/run-tests.sh13
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