Removed outputs from php built in server

This commit is contained in:
Julien Chanseaume
2014-08-11 12:22:09 +02:00
parent 36b5e65353
commit d7c590961e

View File

@@ -23,7 +23,7 @@ before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3
- php -S localhost:8000 -t web/ &
- php -S localhost:8000 -t web/ >/dev/null 2>&1 &
- sleep 3
- cd ..
- git clone https://github.com/n1k0/casperjs.git