Skip to content

Commit

Permalink
patch 8.0.0780: build failure on Travis
Browse files Browse the repository at this point in the history
Problem:    Build failure on Travis.
Solution:   Set distribution explicitly. Use Lua and Ruby dev. (Ken Takata,
            closes #1884)
  • Loading branch information
brammool committed Jul 27, 2017
1 parent 293424c commit cb25d18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
@@ -1,4 +1,5 @@
language: c language: c
dist: trusty


os: os:
- osx - osx
Expand Down Expand Up @@ -70,11 +71,13 @@ addons:
- libperl-dev - libperl-dev
- python-dev - python-dev
- python3-dev - python3-dev
- liblua5.1-0-dev - liblua5.2-dev
- lua5.1 - lua5.2
- ruby-dev
- cscope - cscope


before_install: before_install:
- rvm reset
- if [ "$COVERAGE" = "yes" ]; then pip install --user cpp-coveralls; fi - if [ "$COVERAGE" = "yes" ]; then pip install --user cpp-coveralls; fi
# needed for https support for coveralls # needed for https support for coveralls
# building cffi only works with gcc, not with clang # building cffi only works with gcc, not with clang
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -769,6 +769,8 @@ static char *(features[]) =


static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
780,
/**/ /**/
779, 779,
/**/ /**/
Expand Down

0 comments on commit cb25d18

Please sign in to comment.