diff options
| author | Christoph Schlosser <christoph@linux.com> | 2017-10-07 15:30:29 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2017-10-07 15:37:29 +0200 |
| commit | ca672929666a1c35c0aefcd043ebaffa3d083a10 (patch) | |
| tree | d4d38f035b0b375d447733ab7ab46963e1e9eb39 | |
| parent | 58bdc740cdbec1aa93b21e169bb866ef080e8045 (diff) | |
| download | doxdocgen-ca672929666a1c35c0aefcd043ebaffa3d083a10.tar.gz | |
Improve travis build trigger0.0.2
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 9d1eb9a..0576271 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ sudo: false branches: - only: - - master + except: + - /^release-.*$/ os: - linux |