1
0
forked from aniani/vim

patch 8.2.0481: Travis is still using trusty

Problem:    Travis is still using trusty.
Solution:   Adjust config to use bionic. (Ozaki Kiichi, closes #5868)
This commit is contained in:
Bram Moolenaar
2020-03-30 19:13:29 +02:00
parent 0b37a2f379
commit 7d333a900d
3 changed files with 38 additions and 33 deletions

View File

@@ -1,3 +1,11 @@
# Suppress leaks from X libraries on Ubuntu trusty.
# Suppress leaks from X libraries on Ubuntu bionic.
leak:libX11.so.6
leak:libXt.so.6
leak:libcairo.so.2
leak:libfontconfig.so.1
leak:libglib-2.0.so.0
leak:libtinfo.so.5
# Suppress leaks from other language libraries.
leak:libperl.so.*
leak:libpython*.so.*
leak:libruby*.so.*

View File

@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
481,
/**/
480,
/**/