From 72ffa0b574e61d7e9b522f0f813d7c71f1d38564 Mon Sep 17 00:00:00 2001 From: inso <insomniak.fr@gmaiL.com> Date: Sat, 20 Aug 2016 19:57:29 +0200 Subject: [PATCH] sudo xfvb --- ci/travis/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/travis/test.sh b/ci/travis/test.sh index 25e05bd4..2ef4409d 100755 --- a/ci/travis/test.sh +++ b/ci/travis/test.sh @@ -6,7 +6,7 @@ if [ $TRAVIS_OS_NAME == "linux" ] then export XVFBARGS="-screen 0 1280x1024x24" export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb restart + sudo sh -e /etc/init.d/xvfb restart sleep 3 fi -- GitLab