Skip to content

Commit

Permalink
Shallow clone bats in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello authored Jan 1, 2017
1 parent 767bcae commit 134d38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 134d38f

Please sign in to comment.