travis.yml: Only build master and develop on push

This commit is contained in:
Todd Gamblin 2016-10-28 13:26:20 -07:00
parent 58e76721b9
commit db89b534bd

View File

@ -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