Merge pull request #5963 from tk0miya/enable_xvfb

Travis CI: Enable xvfb on testing
This commit is contained in:
Takeshi KOMIYA
2019-01-18 00:22:15 +09:00
committed by GitHub

View File

@@ -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