commit | 02113ed4dfa585b4553a7c630b4d7eed0002aebd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 06 17:06:24 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 06 17:06:24 2017 +0200 |
tree | 9b6f90ba84fd33af726738b844c68936941417e1 | |
parent | bae5a17a738d1a3b5c51d9aa5d99e228d3911955 [diff] [blame] |
patch 8.0.0880: Travis uses an old Ubuntu version Problem: Travis uses an old Ubuntu version. Solution: Switch from precise to trusty. (Ken Takata, closes #1897)
diff --git a/src/version.c b/src/version.c index 784f6c1..19e2a0d 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 880, +/**/ 879, /**/ 878,