Skip to content

Commit 190c0f2

Browse files
authored
optim(ci): clone bats-core with --depth=1 (#64)
- should be a good bit faster than cloning with the whole history
1 parent 94099bb commit 190c0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/get_bats-core.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
git clone https://github.com/bats-core/bats-core.git
3+
git clone https://github.com/bats-core/bats-core.git --depth=1
44
cd bats-core
55
sudo ./install.sh /usr/local
66

0 commit comments

Comments
 (0)