mirror of
https://github.com/rbenv/ruby-build.git
synced 2026-01-09 08:21:52 +01: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…
Add table
Add a link
Reference in a new issue