1#!/bin/sh 2# 3# Test Git 4# 5 6. ${0%/*}/lib-travisci.sh 7 8ln -s "$cache_dir/.prove" t/.prove 9 10make --quiet test 11 12check_unignored_build_artifacts 13 14save_good_tree
#!/bin/sh
#
# Test Git
. ${0%/*}/lib-travisci.sh
ln -s "$cache_dir/.prove" t/.prove
make --quiet test
check_unignored_build_artifacts
save_good_tree