]> granicus.if.org Git - vim/commitdiff
patch 8.0.0080 v8.0.0080
authorBram Moolenaar <Bram@vim.org>
Sat, 12 Nov 2016 17:30:39 +0000 (18:30 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 Nov 2016 17:30:39 +0000 (18:30 +0100)
Problem:    The OS X build fails on Travis.
Solution:   Skip the virtual framebuffer on OS X.

.travis.yml
src/version.c

index e9464aec97b0b1c89f34732eb58211f4b0b8afe0..d4472f20be0c6732f5d3b06f71f8f6884a16a5a9 100644 (file)
@@ -69,11 +69,9 @@ before_install:
     # Lua is not installed on Travis OSX
   - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install lua; export LUA_PREFIX=/usr/local; fi
 
-# Start virtual framebuffer to be able to test the GUI.
+# Start virtual framebuffer to be able to test the GUI. Does not work on OS X.
 before_script:
-  - "export DISPLAY=:99.0"
-  - "sh -e /etc/init.d/xvfb start"
-  - sleep 3 # give xvfb some time to start
+  - if [ "$TRAVIS_OS_NAME" = "linux" ]; then export DISPLAY=:99.0 && sh -e /etc/init.d/xvfb start && sleep 3; fi
 
 script:
   - NPROC=$(getconf _NPROCESSORS_ONLN)
index 88adc6d19b73af00ec50e1ce98ef8a97b1ba6566..d4b84c5ce12b442155678659abd5fc2c864c29ef 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    80,
 /**/
     79,
 /**/