From 9f78ec9ee32654fd7e56f22cbda05f6142975bdc Mon Sep 17 00:00:00 2001 From: rbock Date: Sun, 24 Aug 2014 09:37:13 +0200 Subject: [PATCH] Limit Travis CI to master and develop --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 24216e08..38c0324a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,11 @@ matrix: - os: osx compiler: gcc +branches: + only: + - master + - develop + notifications: email: on_success: change