mirror of
https://github.com/git/git.git
synced 2024-11-18 16:04:17 +01:00
11 lines
140 B
Bash
11 lines
140 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
# Test Git
|
||
|
#
|
||
|
|
||
|
. ${0%/*}/lib-travisci.sh
|
||
|
|
||
|
mkdir -p $HOME/travis-cache
|
||
|
ln -s $HOME/travis-cache/.prove t/.prove
|
||
|
make --quiet test
|