diff options
| author | Christoph Schlosser <christoph@linux.com> | 2018-02-20 22:50:55 +0100 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2018-02-20 22:50:55 +0100 |
| commit | bd9ef0f01a5dedb4a18ace9a08da2c835de42996 (patch) | |
| tree | 58e41801e58aab25d17c296fd78dbba2b6255610 /.travis.yml | |
| parent | 097f43b46565198b97aad88d35fd33507e11af76 (diff) | |
| download | doxdocgen-bd9ef0f01a5dedb4a18ace9a08da2c835de42996.tar.gz | |
How much I love regex0.1.0
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3b18328..87f8e10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false branches: only: - master - - ^\d\.\d\.\d$ + - /^\d\.\d\.\d$/ os: - linux |