diff --git a/tests/travis.sh b/tests/travis.sh index b4cec66..24155f9 100644 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -31,11 +31,9 @@ exit_script() { echo -e "${CGREEN}#############################################${CEND}" echo -e ' stack install ' echo -e "${CGREEN}#############################################${CEND}" -if [ "$wo_distro" != "xenial" ]; then -stack_list='nginx php php73 php74 php80 php81 php82 mysql redis fail2ban clamav proftpd netdata phpmyadmin composer dashboard extplorer redis sendmail phpredisadmin mysqltuner utils ufw cheat nanorc' -else + stack_list='nginx php php73 php74 php80 php81 php82 mysql redis fail2ban clamav proftpd netdata phpmyadmin composer dashboard extplorer redis phpredisadmin mysqltuner utils ufw cheat nanorc' -fi + for stack in $stack_list; do echo -ne " Installing $stack [..]\r" if {