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
commit 6c3e258ef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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