travis: Don't build the debian branch
This commit is contained in:
parent
12649265b1
commit
15872ca02a
@ -23,6 +23,10 @@ script:
|
|||||||
after_success:
|
after_success:
|
||||||
- "if [ $TOX_ENV == 'py27' ]; then pip install coveralls; coveralls; fi"
|
- "if [ $TOX_ENV == 'py27' ]; then pip install coveralls; coveralls; fi"
|
||||||
|
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- debian
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user