1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-08 11:33:49 -05:00

Faster bats clone

This commit is contained in:
Mislav Marohnić
2015-02-27 02:17:31 +13:00
parent 6b908bf39f
commit b6ac87c220

View File

@@ -1,5 +1,5 @@
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
language: c
env: