mirror of
https://github.com/rbenv/rbenv.git
synced 2025-01-01 14:45:03 +01:00
Faster bats clone
This commit is contained in:
parent
6b908bf39f
commit
b6ac87c220
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
install: git clone https://github.com/sstephenson/bats.git
|
install: git clone --depth 1 https://github.com/sstephenson/bats.git
|
||||||
script: PATH="./bats/bin:$PATH" test/run
|
script: PATH="./bats/bin:$PATH" test/run
|
||||||
language: c
|
language: c
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue