Commit daee8824 authored by Mislav Marohnić's avatar Mislav Marohnić
Browse files

Faster clone of Bats in CI

Avoid cloning the whole project's history which we'll never need
parent 3545e259
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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: