summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a1f21f5538..3e8879162c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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