travis: force non-parallel for root

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2019-10-09 11:36:52 +02:00
parent 4c791d127f
commit 1740d29cdd
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ function check_root
osx_prepare_check
# TS_OPTS= overwrites default from tests/Makemodule.am
sudo -E $MAKE check TS_PARALLEL="" TS_OPTS="$make_opts" || return
sudo -E $MAKE check TS_PARALLEL=' ' TS_OPTS="$make_opts" || return
# root on osx has not enough permission for make install ;)
[ "$TRAVIS_OS_NAME" = "osx" ] && return