aboutsummaryrefslogtreecommitdiff
path: root/ci/run-tests.sh
blob: eb5ba4058ad0cf34302d37907ebe98dfbfc06d02 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# Test Git
#

. ${0%/*}/lib-travisci.sh

ln -s $HOME/travis-cache/.prove t/.prove
make --quiet test

save_good_tree