mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-09 03:53:48 -05:00
Faster bats clone
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user