Removed outputs from php built in server
This commit is contained in:
@@ -23,7 +23,7 @@ before_script:
|
|||||||
- "export DISPLAY=:99.0"
|
- "export DISPLAY=:99.0"
|
||||||
- "sh -e /etc/init.d/xvfb start"
|
- "sh -e /etc/init.d/xvfb start"
|
||||||
- sleep 3
|
- sleep 3
|
||||||
- php -S localhost:8000 -t web/ &
|
- php -S localhost:8000 -t web/ >/dev/null 2>&1 &
|
||||||
- sleep 3
|
- sleep 3
|
||||||
- cd ..
|
- cd ..
|
||||||
- git clone https://github.com/n1k0/casperjs.git
|
- git clone https://github.com/n1k0/casperjs.git
|
||||||
|
|||||||
Reference in New Issue
Block a user