Module: kamailio
Branch: 4.2
Commit: 0ba8d570acedc165b27336ec4cef2b11e0d31595
URL:
https://github.com/kamailio/kamailio/commit/0ba8d570acedc165b27336ec4cef2b1…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2015-05-12T21:43:22+02:00
travisci: use regex to select 4.X branches
(cherry picked from commit 5695978137225cc16cbe1cf8282c3eb31262257d)
---
Modified: .travis.yml
---
Diff:
https://github.com/kamailio/kamailio/commit/0ba8d570acedc165b27336ec4cef2b1…
Patch:
https://github.com/kamailio/kamailio/commit/0ba8d570acedc165b27336ec4cef2b1…
---
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: