Skip to content

Commit

Permalink
travis-ci: build only supported branches. Send email notifications on…
Browse files Browse the repository at this point in the history
… failure only

(cherry picked from commit dc9928e)
  • Loading branch information
linuxmaniac committed Jan 5, 2015
1 parent 31cdb7b commit 8bfe0a4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -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

0 comments on commit 8bfe0a4

Please sign in to comment.