aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-07-02 17:33:18 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-07-02 17:58:19 +0200
commitab582432b3fe3caef24775a56382d1b70b6cd971 (patch)
treef4e240c42d8030c8c12a5527c177e87a17218bdc
parent9199d4c53091458211179671b0451ce101a22afd (diff)
downloadsonarqube-ab582432b3fe3caef24775a56382d1b70b6cd971.tar.gz
sonarqube-ab582432b3fe3caef24775a56382d1b70b6cd971.zip
shut up selenium
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
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
;;