summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2018-02-20 22:47:42 +0100
committerChristoph Schlosser <christoph@linux.com>2018-02-20 22:47:42 +0100
commit097f43b46565198b97aad88d35fd33507e11af76 (patch)
tree111e9f2d6e7ca4a57f469670fd4041f63b8ab94f /.travis.yml
parent9a6aab473806be0ed0125144c39dba1181f0986c (diff)
downloaddoxdocgen-097f43b46565198b97aad88d35fd33507e11af76.tar.gz
Travis uses regex for matching
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 48eff1c..3b18328 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ sudo: false
branches:
only:
- master
- - *.*.*
+ - ^\d\.\d\.\d$
os:
- linux