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