Skip to content

Commit fe4e377

Browse files
authored
Update .travis.yml
1 parent 7f28db2 commit fe4e377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: python
22
sudo: required
33
dist: bionic
4+
services:
5+
- xvfb
46
env:
57
global:
68
- JYTHON=false
@@ -65,8 +67,6 @@ matrix:
6567
- INTERPRETER=python3
6668
- GRID=true
6769
before_script:
68-
- "export DISPLAY=:99.0"
69-
- "sh -e /etc/init.d/xvfb start"
7070
- if [ "$JYTHON" == "true" ]; then
7171
wget -O jython.jar http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.1/jython-installer-2.7.1.jar;
7272
java -jar jython.jar -s -d ~/jython;

0 commit comments

Comments
 (0)