瀏覽代碼

Merge pull request #797 from PeterDaveHello/patch-2

Shallow clone bats in makefile
pull/798/head
Yamashita, Yuu 9 年之前
committed by GitHub
父節點
當前提交
0c7d2205ff
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 查看文件

@ -9,4 +9,4 @@ test: bats
cd plugins/python-build && $(PWD)/bats/bin/bats $${CI:+--tap} test
bats:
git clone https://github.com/sstephenson/bats.git
git clone --depth 1 https://github.com/sstephenson/bats.git

Loading…
取消
儲存