try native travis test #5

This commit is contained in:
Olof hagsand 2020-11-29 23:03:13 +01:00
parent 9c82bbd853
commit 993c5efe87

View file

@ -41,7 +41,11 @@ if [ -f ./config.sh ]; then
fi
fi
: ${SKIPLIST:=false}
# Check sanity between --with-restconf setting and if nginx is started by systemd or not
# This check is optional because some installs, such as vagrant make a non-systemd/direct
# start
: ${NGINXCHECK:=false}
# Sanity nginx running on systemd platforms
if $NGINXCHECK; then
if systemctl > /dev/null 2>&1 ; then