Skip to content

Commit bffc34b

Browse files
authored
1 parent 794895c commit bffc34b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ language: python
33
dist: xenial
44
sudo: false
55

6+
services:
7+
- xvfb
8+
69
branches:
710
except:
811
- /^auto-backport-of-pr-\d*/
@@ -186,12 +189,6 @@ install:
186189
# Install matplotlib
187190
pip install -ve .
188191
189-
before_script:
190-
- |
191-
if [[ $TRAVIS_OS_NAME != 'osx' ]]; then
192-
export DISPLAY=:99.0
193-
systemctl start Xvfb.service
194-
fi
195192
196193
script: ci/travis/test_script.sh
197194

0 commit comments

Comments
 (0)