fix(travis): Build master or PRs to master only
This commit is contained in:
@@ -1,9 +1,12 @@
|
|||||||
language: python
|
language: python
|
||||||
python: 2.7
|
python: 2.7
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
|
Reference in New Issue
Block a user