Shallow clone bats in makefile

This commit is contained in:
Peter Dave Hello 2017-01-01 18:40:52 +08:00 committed by GitHub
parent 767bcae71c
commit 134d38fc53

View file

@ -9,4 +9,4 @@ test: bats
cd plugins/python-build && $(PWD)/bats/bin/bats $${CI:+--tap} test
bats:
git clone https://github.com/sstephenson/bats.git
git clone --depth 1 https://github.com/sstephenson/bats.git