Faster clone of Bats in CI

Avoid cloning the whole project's history which we'll never need
This commit is contained in:
Mislav Marohnić 2014-08-25 17:55:03 -07:00
parent 3545e2595d
commit daee88248c

View file

@ -1,4 +1,4 @@
install: git clone https://github.com/sstephenson/bats.git
install: git clone --depth 1 https://github.com/sstephenson/bats.git
script: script/test
language: c
notifications: