travis.yml: Only build master and develop on push
This commit is contained in:
parent
58e76721b9
commit
db89b534bd
@ -1,5 +1,11 @@
|
||||
language: python
|
||||
|
||||
# Only build master and develop on push; do not build every branch.
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- develop
|
||||
|
||||
# Construct build matrix
|
||||
python:
|
||||
- 2.6
|
||||
|
Loading…
Reference in New Issue
Block a user