From 3299702e697a60ba90e61f18f7317fa297467d5d Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Sat, 8 Jul 2017 22:28:49 -0700 Subject: [PATCH] Whitelist branches for CI --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index af0cca8..3e44b2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,3 +17,9 @@ after_success: | notifications: email: on_success: never +branches: + only: + - master + - next + - staging + - trying