Patch 8.0.0780
Problem: Build failure on Travis.
Solution: Set distribution explicitly. Use Lua and Ruby dev. (Ken Takata,
closes #1884)
Files: .travis.yml
*** ../vim-8.0.0779/.travis.yml 2017-03-25 17:46:52.605824725 +0100
--- .travis.yml 2017-07-27 21:27:50.437868362 +0200
***************
*** 1,4 ****
--- 1,5 ----
language: c
+ dist: trusty
os:
- osx
***************
*** 70,80 ****
- libperl-dev
- python-dev
- python3-dev
! - liblua5.1-0-dev
! - lua5.1
- cscope
before_install:
- if [ "$COVERAGE" = "yes" ]; then pip install --user cpp-coveralls; fi
# needed for https support for coveralls
# building cffi only works with gcc, not with clang
--- 71,83 ----
- libperl-dev
- python-dev
- python3-dev
! - liblua5.2-dev
! - lua5.2
! - ruby-dev
- cscope
before_install:
+ - rvm reset
- if [ "$COVERAGE" = "yes" ]; then pip install --user cpp-coveralls; fi
# needed for https support for coveralls
# building cffi only works with gcc, not with clang
*** ../vim-8.0.0779/src/version.c 2017-07-26 23:10:57.750113304 +0200
--- src/version.c 2017-07-27 21:27:43.033920297 +0200
***************
*** 771,772 ****
--- 771,774 ----
{ /* Add new patch number below this line */
+ /**/
+ 780,
/**/
--
Women are probably the main cause of free software starvation.
/// 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.