summaryrefslogtreecommitdiff
path: root/ci/run-tests.sh
blob: 22355f0091a0a3936472179249cf152d9f20fc17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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