Move testing scripts into testing

This commit is contained in:
Anthony Sottile 2018-06-05 18:26:02 -07:00
parent 7cd2364da7
commit f0842429b9
3 changed files with 2 additions and 2 deletions

View file

@ -1,7 +0,0 @@
#!/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