We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0edf8 commit 9a57cd7Copy full SHA for 9a57cd7
.gitignore
@@ -1,3 +1,4 @@
1
+/bats/
2
/libexec/pyenv-virtualenv/*/*.class
3
/libexec/pyenv-virtualenv/*/*.pyc
4
/libexec/pyenv-virtualenv/*/*.pyo
.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
5
notifications:
0 commit comments