From b0de11e05105af97f5bbe3b83299bcee36a9bcb4 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Tue, 7 May 2019 13:30:05 -0700 Subject: [PATCH] Only run master on Travis Avoids double builds on PR + branch --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) 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]