Commit daee8824 by Mislav Marohnić

Faster clone of Bats in CI

Avoid cloning the whole project's history which we'll never need
parent 3545e259
install: git clone https://github.com/sstephenson/bats.git install: git clone --depth 1 https://github.com/sstephenson/bats.git
script: script/test script: script/test
language: c language: c
notifications: notifications:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment