Update macOS commandline in travis_run
This commit is contained in:
parent
34b2e5bec1
commit
e027c3056c
@ -26,7 +26,8 @@ elif [[ $TESTENV == shellcheck ]]; then
|
||||
koalaman/shellcheck:latest "${scripts[@]}"
|
||||
else
|
||||
args=()
|
||||
[[ $TRAVIS_OS_NAME == osx ]] && args=('--qute-bdd-webengine' '--no-xvfb' 'tests/unit')
|
||||
# We only run unit tests on macOS because it's quite slow.
|
||||
[[ $TRAVIS_OS_NAME == osx ]] && args+=('--qute-bdd-webengine' '--no-xvfb' 'tests/unit')
|
||||
|
||||
# WORKAROUND for unknown crash inside swrast_dri.so
|
||||
# See https://github.com/qutebrowser/qutebrowser/pull/4218#issuecomment-421931770
|
||||
|
Loading…
Reference in New Issue
Block a user