diff options
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 2 |
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 ;; |