summaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2015-06-29 17:22:47 +0200
committerDavid Gageot <david@gageot.net>2015-06-29 17:22:47 +0200
commit3b357add6f46535d50fab2cd0be94db44d169b7d (patch)
tree91029b05b0cc855d7b3c0491d19839b88dbae411 /travis.sh
parent8ee636d2d54f9aeca294381e0b273ed80c4f8732 (diff)
downloadsonarqube-3b357add6f46535d50fab2cd0be94db44d169b7d.tar.gz
sonarqube-3b357add6f46535d50fab2cd0be94db44d169b7d.zip
xvfb
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh3
1 files changed, 3 insertions, 0 deletions
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
;;