diff --git a/.travis.yml b/.travis.yml index a1f21f5538d..3e8879162cc 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