Skip to content

Commit

Permalink
patch 7.4.884
Browse files Browse the repository at this point in the history
Problem:    Travis also builds on a tag push.
Solution:   Filter out tag pushes. (Kenichi Ito)
  • Loading branch information
brammool committed Sep 25, 2015
1 parent 10ad1d9 commit c1d2099
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,10 @@ env:

sudo: false

branches:
except:
- /^v[0-9]/

addons:
apt:
packages:
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -741,6 +741,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
884,
/**/
883,
/**/
Expand Down

0 comments on commit c1d2099

Please sign in to comment.