[sr-dev] git:4.2:6a1c9987: travis-ci: build only supported branches. Send email notifications on failure only

Victor Seva linuxmaniac at torreviejawireless.org
Mon Jan 5 19:38:10 CET 2015


Module: kamailio
Branch: 4.2
Commit: 6a1c998785bf763d16c11e261deea4a2d83e0f78
URL: https://github.com/kamailio/kamailio/commit/6a1c998785bf763d16c11e261deea4a2d83e0f78

Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Committer: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: 2015-01-05T19:09:24+01:00

travis-ci: build only supported branches. Send email notifications on failure only

(cherry picked from commit dc9928ec99901ec713d1a79b02a8554ed5f6618e)

---

Modified: .travis.yml

---

Diff:  https://github.com/kamailio/kamailio/commit/6a1c998785bf763d16c11e261deea4a2d83e0f78.diff
Patch: https://github.com/kamailio/kamailio/commit/6a1c998785bf763d16c11e261deea4a2d83e0f78.patch

---

diff --git a/.travis.yml b/.travis.yml
index d5b76b0..b7b4352 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,11 +7,16 @@ before_install:
   - sudo apt-get install -y gdebi-core
   - sudo pkg/kamailio/deb/build_deps.sh precise $TRAVIS_BUILD_DIR
 script: ./pkg/kamailio/deb/build_travis.sh
+branches:
+  only:
+    - master
+    - 4.2
+    - 4.1
 notifications:
   irc:
     channels:
       - "chat.freenode.net#Kamailio"
-    on_success: change
+    on_success: never
     on_failure: always
   email:
     - sr-dev at lists.sip-router.org




More information about the sr-dev mailing list