diff --git a/.gitignore b/.gitignore index c860e56..75a199c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/bats/ /libexec/pyenv-virtualenv/*/*.class /libexec/pyenv-virtualenv/*/*.pyc /libexec/pyenv-virtualenv/*/*.pyo diff --git a/.travis.yml b/.travis.yml index 64342c6..b7849da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: