Module: kamailio
Branch: master
Commit: dc9928ec99901ec713d1a79b02a8554ed5f6618e
URL:
https://github.com/kamailio/kamailio/commit/dc9928ec99901ec713d1a79b02a8554…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2015-01-05T15:38:26+01:00
travis-ci: build only supported branches. Send email notifications on failure only
---
Modified: .travis.yml
---
Diff:
https://github.com/kamailio/kamailio/commit/dc9928ec99901ec713d1a79b02a8554…
Patch:
https://github.com/kamailio/kamailio/commit/dc9928ec99901ec713d1a79b02a8554…
---
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(a)lists.sip-router.org