]> granicus.if.org Git - vim/commitdiff
patch 8.0.0780: build failure on Travis v8.0.0780
authorBram Moolenaar <Bram@vim.org>
Thu, 27 Jul 2017 19:29:31 +0000 (21:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 27 Jul 2017 19:29:31 +0000 (21:29 +0200)
Problem:    Build failure on Travis.
Solution:   Set distribution explicitly. Use Lua and Ruby dev. (Ken Takata,
            closes #1884)

.travis.yml
src/version.c

index a0b8d2140b5bf5f393f5eafc2eb31464350272dc..333f6b4443ba1b585f8a6fe893879f7197a8dbae 100644 (file)
@@ -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
index 1654ee3613d3736e176ecfacd7f812f2695ce1dd..ddac62f5a3e1133bb1b88c3c98523e2489671e60 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    780,
 /**/
     779,
 /**/