try native travis test #5
This commit is contained in:
parent
9c82bbd853
commit
993c5efe87
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue