Module: kamailio Branch: lazedo/4.2 Commit: 6a1c998785bf763d16c11e261deea4a2d83e0f78 URL: https://github.com/kamailio/kamailio/commit/6a1c998785bf763d16c11e261deea4a2...
Author: Victor Seva linuxmaniac@torreviejawireless.org Committer: Victor Seva linuxmaniac@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/6a1c998785bf763d16c11e261deea4a2... Patch: https://github.com/kamailio/kamailio/commit/6a1c998785bf763d16c11e261deea4a2...
---
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@lists.sip-router.org