Module: kamailio
Branch: master
Commit: 5695978137225cc16cbe1cf8282c3eb31262257d
URL:
https://github.com/kamailio/kamailio/commit/5695978137225cc16cbe1cf8282c3eb…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2015-05-12T21:40:11+02:00
travisci: use regex to select 4.X branches
---
Modified: .travis.yml
---
Diff:
https://github.com/kamailio/kamailio/commit/5695978137225cc16cbe1cf8282c3eb…
Patch:
https://github.com/kamailio/kamailio/commit/5695978137225cc16cbe1cf8282c3eb…
---
diff --git a/.travis.yml b/.travis.yml
index c0708df..d0c962e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,9 +9,8 @@ before_install:
script: ./test/travis/build_travis.sh
branches:
only:
- - master
- - 4.2
- - 4.1
+ - 'master'
+ - '/^4\.[0-9]+$/'
notifications:
irc:
channels: