diff options
| author | Christoph Schlosser <christoph@linux.com> | 2018-02-20 22:47:42 +0100 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2018-02-20 22:47:42 +0100 |
| commit | 097f43b46565198b97aad88d35fd33507e11af76 (patch) | |
| tree | 111e9f2d6e7ca4a57f469670fd4041f63b8ab94f | |
| parent | 9a6aab473806be0ed0125144c39dba1181f0986c (diff) | |
| download | doxdocgen-097f43b46565198b97aad88d35fd33507e11af76.tar.gz | |
Travis uses regex for matching
| -rw-r--r-- | .travis.yml | 2 |
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 |