diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9551181b..5c4a0a5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,9 @@ matrix: sudo: required env: BUILD=true if: tag =~ ^v[0-9.]+$ OR branch != master +branches: + except: + - /^dev-build-/ cache: pip install: - | |
