From 48dc081ba5c936e447d8d38ade67301e9fd54a56 Mon Sep 17 00:00:00 2001 From: Garret Alfert Date: Fri, 1 Nov 2013 14:01:02 +0100 Subject: [PATCH] Tell travis to only test master and stable branch --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 678ece5..21c69ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,10 @@ before_install: before_script: - cp config.yml.example config.yml script: rake test +branches: + only: + - master + - stable notifications: email: false webhooks: