mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 00:54:42 +04:00
Move testing scripts into testing
This commit is contained in:
parent
7cd2364da7
commit
f0842429b9
3 changed files with 2 additions and 2 deletions
7
testing/latest-git.sh
Executable file
7
testing/latest-git.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
# This is a script used in travis-ci to have latest git
|
||||
set -ex
|
||||
git clone git://github.com/git/git --depth 1 /tmp/git
|
||||
pushd /tmp/git
|
||||
make prefix=/tmp/git -j8 install
|
||||
popd
|
||||
Loading…
Add table
Add a link
Reference in a new issue