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:
parent
c1d3720036
commit
aee0f09af8
@ -11,7 +11,7 @@ before_install:
|
|||||||
- export DISPLAY=:99.0
|
- export DISPLAY=:99.0
|
||||||
- test/start_xvfb.sh
|
- test/start_xvfb.sh
|
||||||
- pushd /
|
- pushd /
|
||||||
- python -m SimpleHTTPServer 8000 &
|
- python -m SimpleHTTPServer 8000 >/dev/null 2>&1 &
|
||||||
- popd
|
- popd
|
||||||
- sleep 5
|
- sleep 5
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user