From accdcf0860a2434065b8b5c89ab0b9917be33b1e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 11 Jan 2019 10:29:32 +0200 Subject: [PATCH] Include zsh for hapistrano test suite --- debian-bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 84a0596c..dcb637d7 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -143,7 +143,8 @@ apt-get install -y \ xclip \ z3 \ zip \ - zlib1g-dev + zlib1g-dev \ + zsh GHCVER=8.6.3