mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-03 07:41:23 +02:00
Faster clone of Bats in CI
Avoid cloning the whole project's history which we'll never need
This commit is contained in:
parent
3545e2595d
commit
daee88248c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
install: git clone https://github.com/sstephenson/bats.git
|
||||
install: git clone --depth 1 https://github.com/sstephenson/bats.git
|
||||
script: script/test
|
||||
language: c
|
||||
notifications:
|
||||
|
|
Loading…
Reference in a new issue