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