1
0
forked from aniani/vim

patch 7.4.884

Problem:    Travis also builds on a tag push.
Solution:   Filter out tag pushes. (Kenichi Ito)
This commit is contained in:
Bram Moolenaar
2015-09-25 20:30:58 +02:00
parent 10ad1d90da
commit c1d20998d7
2 changed files with 6 additions and 0 deletions

View File

@@ -12,6 +12,10 @@ env:
sudo: false
branches:
except:
- /^v[0-9]/
addons:
apt:
packages:

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
884,
/**/
883,
/**/