diff --git a/.travis.yml b/.travis.yml index c7911ce1a..21a2ff6d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,3 +28,7 @@ cache: notifications: email: brogdon+github@gmail.com + +# Only building master means that we don't run two builds for each pull request. +branches: + only: [master]