From: Bram Moolenaar Date: Fri, 25 Sep 2015 18:30:58 +0000 (+0200) Subject: patch 7.4.884 X-Git-Tag: v7.4.884 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1d20998d71f3fa0aebeeee42007a337cd7e3d8a;p=vim patch 7.4.884 Problem: Travis also builds on a tag push. Solution: Filter out tag pushes. (Kenichi Ito) --- diff --git a/.travis.yml b/.travis.yml index b8210ca9e..0ef9f5721 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,10 @@ env: sudo: false +branches: + except: + - /^v[0-9]/ + addons: apt: packages: diff --git a/src/version.c b/src/version.c index 38fdf93bd..8d782620d 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 884, /**/ 883, /**/