summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--src/version.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b8210ca9e4..0ef9f57216 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 38fdf93bd1..8d782620db 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 884,
+/**/
883,
/**/
882,