language: c compiler: - gcc - clang before_install: - sudo apt-get update -qq - sudo apt-get install -y gdebi-core sip-tester sipsak - sudo pkg/kamailio/deb/build_deps.sh precise $TRAVIS_BUILD_DIR - ./pkg/kamailio/deb/databases_travis.sh script: ./pkg/kamailio/deb/build_travis.sh branches: only: - master - 4.2 - 4.1 notifications: irc: channels: - "chat.freenode.net#Kamailio" on_success: never on_failure: always email: recipients: - sr-dev@lists.sip-router.org on_success: never on_failure: always