mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-01 02:13:11 +03:00
On Xenial, xvfb is started by 'services: xvfb' and not '/etc/init.d/xvfb start'
This commit is contained in:
parent
228056d798
commit
69905fbb70
|
@ -60,14 +60,6 @@ install:
|
||||||
.travis/install.sh;
|
.travis/install.sh;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
before_script:
|
|
||||||
# Qt needs a display for some of the tests, and it's only run on the system site packages install
|
|
||||||
- |
|
|
||||||
if [ "$TRAVIS_JOB_NAME" == "2.7_with_system_site_packages Xenial" ]; then
|
|
||||||
export DISPLAY=:99.0
|
|
||||||
sh -e /etc/init.d/xvfb start
|
|
||||||
fi
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
if [ "$LINT" == "true" ]; then
|
if [ "$LINT" == "true" ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user