diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-01-23 22:06:24 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-01-23 22:06:24 -0500 |
| commit | c9e90dc61dd9fd998fdbf88836960bf0f528afcc (patch) | |
| tree | 44370051e13aeb6344765e862f93e867af113123 /.travis.yml | |
| parent | a57ac2a9024f73f2e2f231cb35723f7bb650fbb4 (diff) | |
prevent build loop
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: - | |
