aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml4
1 files changed, 3 insertions, 1 deletions
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