Skip to content

Commit 9a57cd7

Browse files
authored
Clone bats with --depth=1, gitignore it (#351)
1 parent 3c0edf8 commit 9a57cd7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/bats/
12
/libexec/pyenv-virtualenv/*/*.class
23
/libexec/pyenv-virtualenv/*/*.pyc
34
/libexec/pyenv-virtualenv/*/*.pyo

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sudo: false
2-
install: git clone https://github.com/sstephenson/bats.git
2+
install: git clone --depth=1 https://github.com/sstephenson/bats.git
33
script: bats/bin/bats --tap test
44
language: c
55
notifications:

0 commit comments

Comments
 (0)