mute http server in travis

This commit is contained in:
Lu Wang 2015-03-17 19:19:41 +08:00
parent c1d3720036
commit aee0f09af8
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ before_install:
- export DISPLAY=:99.0
- test/start_xvfb.sh
- pushd /
- python -m SimpleHTTPServer 8000 &
- python -m SimpleHTTPServer 8000 >/dev/null 2>&1 &
- popd
- sleep 5
before_script: