mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Fix travis build for MacVim
This commit is contained in:
@@ -28,12 +28,6 @@ before_install:
|
||||
- brew install python3
|
||||
- brew install lua
|
||||
|
||||
# Start virtual framebuffer to be able to test the GUI.
|
||||
before_script:
|
||||
- "export DISPLAY=:99.0"
|
||||
- "sh -e /etc/init.d/xvfb start"
|
||||
- sleep 3 # give xvfb some time to start
|
||||
|
||||
script:
|
||||
- NPROC=$(getconf _NPROCESSORS_ONLN)
|
||||
- ./configure $CONFOPT --enable-fail-if-missing
|
||||
|
||||
Reference in New Issue
Block a user