mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-08 11:33:55 -05:00
Clone bats with --depth=1, gitignore it (#351)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
/bats/
|
||||||
/libexec/pyenv-virtualenv/*/*.class
|
/libexec/pyenv-virtualenv/*/*.class
|
||||||
/libexec/pyenv-virtualenv/*/*.pyc
|
/libexec/pyenv-virtualenv/*/*.pyc
|
||||||
/libexec/pyenv-virtualenv/*/*.pyo
|
/libexec/pyenv-virtualenv/*/*.pyo
|
||||||
|
|||||||
@@ -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: bats/bin/bats --tap test
|
script: bats/bin/bats --tap test
|
||||||
language: c
|
language: c
|
||||||
notifications:
|
notifications:
|
||||||
|
|||||||
Reference in New Issue
Block a user