mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #5963 from tk0miya/enable_xvfb
Travis CI: Enable xvfb on testing
This commit is contained in:
commit
6c3e258ef9
@ -33,9 +33,7 @@ matrix:
|
||||
node_js:
|
||||
- 10.7
|
||||
env: IS_PYTHON=false
|
||||
before_script:
|
||||
- export DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
services: xvfb
|
||||
|
||||
install:
|
||||
- if [ $IS_PYTHON = true ]; then pip install -U tox codecov; fi
|
||||
|
Loading…
Reference in New Issue
Block a user