From d8c5ef50be8c2b2608aa2e715d96ac3a24691738 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sun, 2 Jul 2017 15:54:15 +0100 Subject: [PATCH] Prevent double builds on PRs (#13) --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 41e6fe4..28812c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,3 +24,7 @@ after_success: notifications: email: false + +branches: + only: + - master