From 622651c97b3dd3fc4ffda100f69736c57e2cad81 Mon Sep 17 00:00:00 2001 From: Aditya Prakash Date: Thu, 18 Feb 2016 11:56:41 +0530 Subject: [PATCH] Send notif only for build on canonical repo and enable build on all branches --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2ba7a934..56ca7e53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,6 @@ rvm: before_install: - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc" - "echo `phantomjs -v`" -branches: - only: - - master notifications: email: on_success: change @@ -17,6 +14,8 @@ notifications: - "chat.freenode.net#osem" on_success: change on_failure: change + repos: + - openSUSE/osem before_script: - cp config/database.yml.example config/database.yml - cp config/config.yml.example config/config.yml