Skip to content

Commit 59f5f0a

Browse files
committed
Fix travis build for MacVim
1 parent 08a873a commit 59f5f0a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ before_install:
2828
- brew install python3
2929
- brew install lua
3030

31-
# Start virtual framebuffer to be able to test the GUI.
32-
before_script:
33-
- "export DISPLAY=:99.0"
34-
- "sh -e /etc/init.d/xvfb start"
35-
- sleep 3 # give xvfb some time to start
36-
3731
script:
3832
- NPROC=$(getconf _NPROCESSORS_ONLN)
3933
- ./configure $CONFOPT --enable-fail-if-missing

0 commit comments

Comments
 (0)