From cb25d1822094f2bc243cc2f64daf2e3b55f1d31b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 27 Jul 2017 21:29:31 +0200 Subject: [PATCH] patch 8.0.0780: build failure on Travis Problem: Build failure on Travis. Solution: Set distribution explicitly. Use Lua and Ruby dev. (Ken Takata, closes #1884) --- .travis.yml | 7 +++++-- src/version.c | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a0b8d2140b5bf..333f6b4443ba1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: c +dist: trusty os: - osx @@ -70,11 +71,13 @@ addons: - libperl-dev - python-dev - python3-dev - - liblua5.1-0-dev - - lua5.1 + - 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 diff --git a/src/version.c b/src/version.c index 1654ee3613d37..ddac62f5a3e11 100644 --- a/src/version.c +++ b/src/version.c @@ -769,6 +769,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 780, /**/ 779, /**/