From 75de54f5ddc728780f313ae22dbdeb834caeaaf0 Mon Sep 17 00:00:00 2001 From: merakor Date: Thu, 4 Mar 2021 06:47:21 +0000 Subject: .build.yml: update FossilOrigin-Name: f055d61a10341810fd9ff6d01695dc95da612f98b288ddf1db67093e6c075b64 --- .build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 62ca94c..c057dc4 100644 --- a/.build.yml +++ b/.build.yml @@ -1,9 +1,11 @@ image: alpine/edge packages: - curl + - shellcheck + - texinfo tasks: - build: | make - test: | - curl -fsSL https://git.io/shellspec | sh -s -- -y + curl -fsSL https://git.io/shellspec | sudo sh -s -- -y -p /usr/local make test -- cgit v1.2.3