mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 20:50:07 +00:00
mute http server in travis
This commit is contained in:
parent
c1d3720036
commit
aee0f09af8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user