From 3b357add6f46535d50fab2cd0be94db44d169b7d Mon Sep 17 00:00:00 2001 From: David Gageot Date: Mon, 29 Jun 2015 17:22:47 +0200 Subject: [PATCH] xvfb --- travis.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/travis.sh b/travis.sh index e228d478a85..27fc206326e 100755 --- a/travis.sh +++ b/travis.sh @@ -51,6 +51,9 @@ PRANALYSIS) ITS) unset GEM_PATH GEM_HOME RAILS_ENV + export DISPLAY=:99.0 + sh -e /etc/init.d/xvfb start + mvn install -Pit -DskipTests -Dsonar.runtimeVersion=DEV -Dorchestrator.configUrl=file://$(pwd)/it/orchestrator.properties -Dmaven.test.redirectTestOutputToFile=false ;; -- 2.39.5