Skip to content

Commit b38fc82

Browse files
committed
Travis build fix
1 parent fc1243d commit b38fc82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ addons:
1515
- ant-optional
1616

1717
# Use xvfb to run tests that require a GUI and give it some time to start
18-
before_script:
19-
- "export DISPLAY=:99.0"
20-
- "sh -e /etc/init.d/xvfb start"
21-
- sleep 3
18+
# before_script:
19+
# - "export DISPLAY=:99.0"
20+
# - "sh -e /etc/init.d/xvfb start"
21+
# - sleep 3
2222

2323
# Build the project
2424
script:

0 commit comments

Comments
 (0)