]> granicus.if.org Git - vim/commitdiff
patch 7.4.884 v7.4.884
authorBram Moolenaar <Bram@vim.org>
Fri, 25 Sep 2015 18:30:58 +0000 (20:30 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 25 Sep 2015 18:30:58 +0000 (20:30 +0200)
Problem:    Travis also builds on a tag push.
Solution:   Filter out tag pushes. (Kenichi Ito)

.travis.yml
src/version.c

index b8210ca9e4e224c4e0e5b65851c1347f3122e7d6..0ef9f5721645d198224e0e05941f900fa597d25e 100644 (file)
@@ -12,6 +12,10 @@ env:
 
 sudo: false
 
+branches:
+  except:
+    - /^v[0-9]/
+
 addons:
   apt:
     packages:
index 38fdf93bd11c5570c9b2415f2c9563195de61fa3..8d782620dbcc0b268aedf250884a90e6aac6dde6 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    884,
 /**/
     883,
 /**/