]> source.dussan.org Git - sonarqube.git/commitdiff
shut up selenium
authorStas Vilchik <vilchiks@gmail.com>
Thu, 2 Jul 2015 15:33:18 +0000 (17:33 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 2 Jul 2015 15:58:19 +0000 (17:58 +0200)
travis.sh

index 00e2267d908b2f0f195b68511c1a70b5799a427b..e753245b1ed8141d319f7e7fda8af41fbf134daa 100755 (executable)
--- 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
   ;;