[sr-dev] git:4.1:7c32f097: travisci: use regex to select 4.X branches

Victor Seva linuxmaniac at torreviejawireless.org
Tue May 12 21:45:26 CEST 2015


Module: kamailio
Branch: 4.1
Commit: 7c32f097d7b616337a09c7001ee9c280838029ef
URL: https://github.com/kamailio/kamailio/commit/7c32f097d7b616337a09c7001ee9c280838029ef

Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Committer: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: 2015-05-12T21:45:03+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/7c32f097d7b616337a09c7001ee9c280838029ef.diff
Patch: https://github.com/kamailio/kamailio/commit/7c32f097d7b616337a09c7001ee9c280838029ef.patch

---

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:




More information about the sr-dev mailing list