1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

mute http server in travis

This commit is contained in:
Lu Wang 2015-03-17 19:19:41 +08:00
parent c1d3720036
commit aee0f09af8

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: