aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-03-04 07:07:34 +0000
committermerakor <cem@ckyln.com>2021-03-04 07:07:34 +0000
commitcc471a12b89fd9db5f3a0656dd2d6b87950f6997 (patch)
treefe84fd37608eb2983b1d2cb36e6c8dca527951e3 /.build.yml
parent0dd4b33b5d1dcf7634a7df65ad2ce2f4e132d745 (diff)
downloadcpt-cc471a12b89fd9db5f3a0656dd2d6b87950f6997.tar.gz
.build.yml: switch to specified version until I update tests
FossilOrigin-Name: 73e3a2138ead56e58d34f93ac67b7a37116172fd49b4af78c431214f518b6f7e
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 282e264..5620710 100644
--- a/.build.yml
+++ b/.build.yml
@@ -9,5 +9,5 @@ tasks:
make
- test: |
cd cpt
- curl -fsSL https://git.io/shellspec | sudo sh -s -- -y -p /usr
+ curl -fsSL https://git.io/shellspec | sudo sh -s -- 0.27.2 -y -p /usr
make test