1#!/bin/sh
2#
3# Test Git
4#
56
. ${0%/*}/lib-travisci.sh
78
ln -s $HOME/travis-cache/.prove t/.prove
9make --quiet test
10if test "$jobname" = "linux-gcc"
11then
12GIT_TEST_SPLIT_INDEX=YesPlease make --quiet test
13fi
1415
check_unignored_build_artifacts
1617
save_good_tree