commit | c1d20998d71f3fa0aebeeee42007a337cd7e3d8a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 20:30:58 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 20:30:58 2015 +0200 |
tree | 4552b05c6e99da475dcf3ac11f1275bf38bdd3c1 | |
parent | 10ad1d90da8c464e1bf08bf23d92d4888378a8a1 [diff] |
patch 7.4.884 Problem: Travis also builds on a tag push. Solution: Filter out tag pushes. (Kenichi Ito)
diff --git a/src/version.c b/src/version.c index 38fdf93..8d78262 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 884, +/**/ 883, /**/ 882,