Skip to content

Commit cb25d18

Browse files
committed
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)
1 parent 293424c commit cb25d18

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: c
2+
dist: trusty
23

34
os:
45
- osx
@@ -70,11 +71,13 @@ addons:
7071
- libperl-dev
7172
- python-dev
7273
- python3-dev
73-
- liblua5.1-0-dev
74-
- lua5.1
74+
- liblua5.2-dev
75+
- lua5.2
76+
- ruby-dev
7577
- cscope
7678

7779
before_install:
80+
- rvm reset
7881
- if [ "$COVERAGE" = "yes" ]; then pip install --user cpp-coveralls; fi
7982
# needed for https support for coveralls
8083
# building cffi only works with gcc, not with clang

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,8 @@ static char *(features[]) =
769769

770770
static int included_patches[] =
771771
{ /* Add new patch number below this line */
772+
/**/
773+
780,
772774
/**/
773775
779,
774776
/**/

0 commit comments

Comments
 (0)