From 0a1a4da63a2f575b783822aa8c0e8b609ecc0e57 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 14 Oct 2020 15:39:06 +0200 Subject: [PATCH] Add sendmail to testing --- tests/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/travis.sh b/tests/travis.sh index 40cea22..742d80f 100644 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -30,7 +30,7 @@ exit_script() { echo -e "${CGREEN}#############################################${CEND}" echo -e ' stack install ' echo -e "${CGREEN}#############################################${CEND}" -stack_list='nginx php php73 php74 mysql redis fail2ban clamav proftpd netdata phpmyadmin composer dashboard extplorer adminer redis phpredisadmin mysqltuner utils ufw ngxblocker cheat nanorc' +stack_list='nginx php php73 php74 mysql redis fail2ban clamav proftpd netdata phpmyadmin composer dashboard extplorer adminer redis sendmail phpredisadmin mysqltuner utils ufw ngxblocker cheat nanorc' for stack in $stack_list; do echo -ne " Installing $stack [..]\r" if {