commit | 7d333a900d260b8e8caa0fb159c85023fc8795bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 30 19:13:29 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 30 19:13:29 2020 +0200 |
tree | a0e7551a66878a5ea005420786f4f491474c3562 | |
parent | 0b37a2f379f36d097e7fa90a3e86da6a29ed2aaa [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e09cf4f..4288be7 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 481, +/**/ 480, /**/ 479,