aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-07-06 16:54:34 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-07-07 18:07:24 +0200
commitcc9e9f5e58d6efa4a434f58eee543db3f840a609 (patch)
treedf47359ad18a2bbc0ecdf4bbf1c38dd3bcac2935 /travis.sh
parente74217228fe207dec957371319cdee67ed9cef40 (diff)
downloadsonarqube-cc9e9f5e58d6efa4a434f58eee543db3f840a609.tar.gz
sonarqube-cc9e9f5e58d6efa4a434f58eee543db3f840a609.zip
transition coding rules web tests
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index f616c39006f..58de4bc9953 100755
--- a/travis.sh
+++ b/travis.sh
@@ -33,7 +33,7 @@ MYSQL)
WEB)
export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
+ /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16
wget http://selenium-release.storage.googleapis.com/2.46/selenium-server-standalone-2.46.0.jar
nohup java -jar selenium-server-standalone-2.46.0.jar &
sleep 3