mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-18 08:23:43 -05:00
Clone bats with --depth=1, gitignore it (#351)
This commit is contained in:
@@ -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: bats/bin/bats --tap test
|
||||
language: c
|
||||
notifications:
|
||||
|
||||
Reference in New Issue
Block a user