From 6258f8f093c3f9b96e11ab94175059f46da18e51 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 27 Sep 2019 11:24:59 +0200 Subject: [PATCH] Add ngxblocker to travis --- tests/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/travis.sh b/tests/travis.sh index 882ebe9..8104c4d 100644 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -21,7 +21,7 @@ exit_script() { echo -e "${CGREEN}#############################################${CEND}" echo -e ' stack install ' echo -e "${CGREEN}#############################################${CEND}" -stack_list='nginx php php73 mysql redis fail2ban clamav proftpd netdata phpmyadmin composer dashboard extplorer adminer redis phpredisadmin mysqltuner utils ufw' +stack_list='nginx php php73 mysql redis fail2ban clamav proftpd netdata phpmyadmin composer dashboard extplorer adminer redis phpredisadmin mysqltuner utils ufw ngxblocker' for stack in $stack_list; do echo -ne " Installing $stack [..]\r" if {