Patch 8.0.0080
Problem: The OS X build fails on Travis.
Solution: Skip the virtual framebuffer on OS X.
Files: .travis.yml
*** ../vim-8.0.0079/.travis.yml 2016-11-11 21:57:42.339822540 +0100
--- .travis.yml 2016-11-12 18:30:23.331789362 +0100
***************
*** 32,42 ****
before_install:
- pip install --user cpp-coveralls
! # 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)
--- 32,40 ----
before_install:
- pip install --user cpp-coveralls
! # Start virtual framebuffer to be able to test the GUI. Does not work on OS X.
before_script:
! - 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)
*** ../vim-8.0.0079/src/version.c 2016-11-12 18:14:39.609896729 +0100
--- src/version.c 2016-11-12 18:29:50.660001461 +0100
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 80,
/**/
--
Shift happens.
-- Doppler
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.