From ab582432b3fe3caef24775a56382d1b70b6cd971 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Thu, 2 Jul 2015 17:33:18 +0200 Subject: [PATCH] shut up selenium --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index 00e2267d908..e753245b1ed 100755 --- a/travis.sh +++ b/travis.sh @@ -35,7 +35,7 @@ WEB) export DISPLAY=:99.0 sh -e /etc/init.d/xvfb start wget http://selenium-release.storage.googleapis.com/2.46/selenium-server-standalone-2.46.0.jar - java -jar selenium-server-standalone-2.46.0.jar & + nohup java -jar selenium-server-standalone-2.46.0.jar & sleep 3 cd server/sonar-web && npm install && npm test ;; -- 2.39.5