Add sleep time to allow fluxbox and Xvfb launch on Drone.io (#263)

* pipe the output of fluxbox to /dev/null like we do with xvfb
This commit is contained in:
javier gomez 2016-08-24 19:43:45 +02:00 committed by Yves Hoppe
parent 3f6f2396cd
commit 41cebd1b24
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ build:
- export DISPLAY=:0
- Xvfb -screen 0 1024x768x24 -ac +extension GLX +render -noreset > /dev/null 2>&1 &
- sleep 3
- fluxbox &
- fluxbox > /dev/null 2>&1 &
- vendor/bin/robo run:tests
clone:
depth: 1