aboutsummaryrefslogtreecommitdiff
path: root/ci/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/run-tests.sh')
-rwxr-xr-xci/run-tests.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/ci/run-tests.sh b/ci/run-tests.sh
new file mode 100755
index 000000000..f0c743de9
--- /dev/null
+++ b/ci/run-tests.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+#
+# Test Git
+#
+
+. ${0%/*}/lib-travisci.sh
+
+mkdir -p $HOME/travis-cache
+ln -s $HOME/travis-cache/.prove t/.prove
+make --quiet test